Acme-MyFirstModule-BDFOY

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

package Acme::MyFirstModule::BDFOY;
use strict;
use warnings;

=encoding utf8

=head1 The build file for Acme::MyFirstModule::BDFOY

This build file is a modulino; it works as both a build script and
a module.

To build the distribution, run this file normally:

	% perl Makefile.PL

lib/Acme/MyFirstModule/BDFOY.pm  view on Meta::CPAN

package Acme::MyFirstModule::BDFOY;

use 5.008;
use strict;
use warnings;

=encoding utf8

=head1 NAME

Acme::MyFirstModule::BDFOY - The great new Acme::MyFirstModule::BDFOY!

=head1 VERSION

Version 0.012

=cut



( run in 1.084 second using v1.01-cache-2.11-cpan-49f99fa48dc )