Acme-Very-Modern-Perl

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

    - Frank Wiegand <frank.wiegand@gmail.com>
license:            perl
distribution_type:  module
configure_requires:
    ExtUtils::MakeMaker:  0
build_requires:
    ExtUtils::MakeMaker:  0
requires:
    common::sense:  0
    latest:         0
    Modern::Perl:   0
    perl5i:         v1.0.0
    Test::More:     0
    Toolkit:        0
    uni::perl:      0
no_index:
    directory:
        - t
        - inc
generated_by:       ExtUtils::MakeMaker version 6.56
meta-spec:

Makefile.PL  view on Meta::CPAN

use strict;
use warnings;
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME                => 'Acme::Very::Modern::Perl',
    AUTHOR              => q{Frank Wiegand <frank.wiegand@gmail.com>},
    VERSION_FROM        => 'lib/Acme/Very/Modern/Perl.pm',
    ABSTRACT_FROM       => 'lib/Acme/Very/Modern/Perl.pm',
    ($ExtUtils::MakeMaker::VERSION >= 6.3002
      ? ('LICENSE'=> 'perl')
      : ()),
    PL_FILES            => {},
    PREREQ_PM => {
        'Test::More' => 0,
        'Modern::Perl' => 0,
        'Toolkit' => 0,
        'latest' => 0,
        'uni::perl' => 0,
        'common::sense' => 0,
        'perl5i' => 'v1.0.0',
    },
    dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    clean               => { FILES => 'Acme-Very-Modern-Perl-*' },
);

README  view on Meta::CPAN

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Acme::Very::Modern::Perl

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-Very-Modern-Perl

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Acme-Very-Modern-Perl

    CPAN Ratings

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

package Acme::Very::Modern::Perl;

use warnings;
use strict;

=head1 NAME

Acme::Very::Modern::Perl - Use the most modern of Perl!

=head1 VERSION

Version 0.05;

=cut

our $VERSION = '0.05';

use Modern::Perl;
use Toolkit;
use latest;
use uni::perl;
use common::sense;
use perl5i::latest;

2;
__END__

=head1 SYNOPSIS

    use Acme::Very::Modern::Perl;

=head1 DESCRIPTION

Using this module, you'll get L<Modern::Perl>, L<Toolkit>, L<latest>, L<uni::perl>,
L<perl5i>, and L<common::sense> with just one simple line.

=head1 AUTHOR

Frank Wiegand, C<< <frank.wiegand at gmail.com> >>

=head1 BUGS

Please report any bugs or feature requests to C<bug-acme-very-modern-perl at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-Very-Modern-Perl>.  I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.

=head1 SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Acme::Very::Modern::Perl

You can also look for information at:

=over 4

=item * RT: CPAN's request tracker

L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-Very-Modern-Perl>

=item * AnnoCPAN: Annotated CPAN documentation

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

( run in 0.795 second using v1.00-cache-2.02-grep-82fe00e-cpan-503542c4f10 )