home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December (Special) / PCWorld_2005-12_Special_cd.bin / Bezpecnost / lsti / lsti.exe / framework-2.5.exe / MPEiX.pm < prev    next >
Text File  |  2005-04-27  |  490b  |  32 lines

  1. package Module::Build::Platform::MPEiX;
  2.  
  3. use strict;
  4. use Module::Build::Base;
  5.  
  6. use vars qw(@ISA);
  7. @ISA = qw(Module::Build::Base);
  8.  
  9.  
  10. 1;
  11. __END__
  12.  
  13.  
  14. =head1 NAME
  15.  
  16. Module::Build::Platform::MPEiX - Builder class for MPEiX platforms
  17.  
  18. =head1 DESCRIPTION
  19.  
  20. The sole purpose of this module is to inherit from
  21. C<Module::Build::Base>.  Please see the L<Module::Build> for the docs.
  22.  
  23. =head1 AUTHOR
  24.  
  25. Ken Williams, ken@mathforum.org
  26.  
  27. =head1 SEE ALSO
  28.  
  29. perl(1), Module::Build(3), ExtUtils::MakeMaker(3)
  30.  
  31. =cut
  32.