diff options
| author | Nicholas Clark <nick@ccl4.org> | 2009-09-26 14:30:03 +0100 |
|---|---|---|
| committer | Nicholas Clark <nick@ccl4.org> | 2009-09-26 14:30:03 +0100 |
| commit | 2ad3fd79fc9c36127e4a72f731e2784799de0b2f (patch) | |
| tree | 874f3c108dbe0d7316a3bb459e2ff9f51a01f3e6 /cpan/Module-Build/lib/Module/Build/Platform/MPEiX.pm | |
| parent | 29557590c0a57f02189a28c27e881497f290abe8 (diff) | |
| download | perl-2ad3fd79fc9c36127e4a72f731e2784799de0b2f.tar.gz | |
Move Module::Build from ext/ to cpan/
Diffstat (limited to 'cpan/Module-Build/lib/Module/Build/Platform/MPEiX.pm')
| -rw-r--r-- | cpan/Module-Build/lib/Module/Build/Platform/MPEiX.pm | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/cpan/Module-Build/lib/Module/Build/Platform/MPEiX.pm b/cpan/Module-Build/lib/Module/Build/Platform/MPEiX.pm new file mode 100644 index 0000000000..a835c30d49 --- /dev/null +++ b/cpan/Module-Build/lib/Module/Build/Platform/MPEiX.pm @@ -0,0 +1,34 @@ +package Module::Build::Platform::MPEiX; + +use strict; +use vars qw($VERSION); +$VERSION = '0.35'; +$VERSION = eval $VERSION; +use Module::Build::Base; + +use vars qw(@ISA); +@ISA = qw(Module::Build::Base); + + +1; +__END__ + + +=head1 NAME + +Module::Build::Platform::MPEiX - Builder class for MPEiX platforms + +=head1 DESCRIPTION + +The sole purpose of this module is to inherit from +C<Module::Build::Base>. Please see the L<Module::Build> for the docs. + +=head1 AUTHOR + +Ken Williams <kwilliams@cpan.org> + +=head1 SEE ALSO + +perl(1), Module::Build(3), ExtUtils::MakeMaker(3) + +=cut |
