Bundle-BDFOY

 view release on metacpan or  search on metacpan

preprocess/Bundle-BDFOY.pm.PL  view on Meta::CPAN

use utf8;

my $package = require './Makefile.PL';

local $/;
print $package->make_file( <DATA>, $ARGV[0] );

__END__
package Bundle::BDFOY;

our $VERSION   = '%%VERSION%%';

1;

__END__

=encoding utf8

=head1 NAME

Bundle::BDFOY - install all modules by BDFOY

=head1 SYNOPSIS

	% cpan Bundle::BDFOY

=head1 CONTENTS

=over 4

%%LIST%%

=back

=head1 AUTHOR

brian d foy, C<< <briandfoy@pobox.com> >>

=head1 COPYRIGHT AND LICENSE

Copyright © 2006-2024, brian d foy.

This code is licensed under the Artisitic License 2.0

=cut






( run in 0.562 second using v1.01-cache-2.11-cpan-6aa56a78535 )