Cor — A minimal OO proposal for the Perl core
This is version 0.10 of this document.
#!/usr/bin/perl | |
=encoding utf8; | |
=head1 NAME | |
grab-gist - download all the files in a gist | |
=head1 SYNOPSIS |
#!/usr/bin/env perl | |
use Mojolicious::Lite -signatures; | |
use Mojo::File; | |
use Mojo::Util qw(getopt); | |
use Pod::Usage; | |
use version 0.77; | |
my $VERSION = "0.01"; |
#!/usr/bin/env perl | |
# PODNAME: inline-python-named-args | |
# ABSTRACT: Example of passing named args to Python via Inline::Python | |
use strict; | |
use warnings; | |
use 5.16.3; | |
use Test2::V0; |
package Ovids::Debugger; | |
# vim: syntax=perl | |
=head1 NAME | |
.perldb - Customize your Perl debugger | |
=head1 USAGE |