X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=dev%2Fi386%2Flibmodule-build-perl%2Flibmodule-build-perl-0.2808.01%2Flib%2FModule%2FBuild%2FPlatform%2FEBCDIC.pm;fp=dev%2Fi386%2Flibmodule-build-perl%2Flibmodule-build-perl-0.2808.01%2Flib%2FModule%2FBuild%2FPlatform%2FEBCDIC.pm;h=da5b75cfd1cdf614e810b57c41dd3a281dab83de;hb=8977e561d8a9eae6959218b0306c9df2056a38a9;hp=0000000000000000000000000000000000000000;hpb=df794b845212301ea0d267c919232538bfef356a;p=dh-make-perl diff --git a/dev/i386/libmodule-build-perl/libmodule-build-perl-0.2808.01/lib/Module/Build/Platform/EBCDIC.pm b/dev/i386/libmodule-build-perl/libmodule-build-perl-0.2808.01/lib/Module/Build/Platform/EBCDIC.pm new file mode 100644 index 0000000..da5b75c --- /dev/null +++ b/dev/i386/libmodule-build-perl/libmodule-build-perl-0.2808.01/lib/Module/Build/Platform/EBCDIC.pm @@ -0,0 +1,34 @@ +package Module::Build::Platform::EBCDIC; + +use strict; +use vars qw($VERSION); +$VERSION = '0.2808_01'; +$VERSION = eval $VERSION; +use Module::Build::Base; + +use vars qw(@ISA); +@ISA = qw(Module::Build::Base); + + +1; +__END__ + + +=head1 NAME + +Module::Build::Platform::EBCDIC - Builder class for EBCDIC platforms + +=head1 DESCRIPTION + +The sole purpose of this module is to inherit from +C. Please see the L for the docs. + +=head1 AUTHOR + +Ken Williams + +=head1 SEE ALSO + +perl(1), Module::Build(3), ExtUtils::MakeMaker(3) + +=cut