Acme-Thoroughly-Modern-Perl

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl module Acme::Thoroughly::Modern::Perl

v0.4.1 2014-04-01 00:00:00
    - original version

Makefile.PL  view on Meta::CPAN

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

use strict;
use warnings FATAL => 'all';

use ExtUtils::MakeMaker 6.59;

WriteMakefile(
    NAME               => 'Acme::Thoroughly::Modern::Perl',
    AUTHOR             => 'Jim Bacon <jim@nortx.com>',
    VERSION_FROM       => 'lib/Acme/Thoroughly/Modern/Perl.pm',
    ABSTRACT_FROM      => 'lib/Acme/Thoroughly/Modern/Perl.pm',
    LICENSE            => 'Perl',
    PL_FILES           => {},    CONFIGURE_REQUIRES => {
        'ExtUtils::MakeMaker' => 6.59,
    },
    BUILD_REQUIRES => {
        'Test::More' => 0,
    },

Todo  view on Meta::CPAN

TODO list for Perl module Acme::Thoroughly::Modern::Perl

-  Bundle time machine with distribution

lib/Acme/Thoroughly/Modern/Perl.pm  view on Meta::CPAN

package Acme::Thoroughly::Modern::Perl;

use strict;
use warnings;

our $VERSION = 'v0.4.1';

my @now = localtime();
my $yr  = $now[5] - 100;

# This actually calculates what might be the current minimum version

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.284 second using v1.00-cache-2.02-grep-82fe00e-cpan-1925d2aa809 )