Module::Install::PAR

Module::Install::PAR is a Perl module which provides Module::Install support for PAR::Dist packages.
Download

Module::Install::PAR Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Audrey Tang
  • Publisher web site:
  • http://search.cpan.org/~adamk/Module-Install-0.68/lib/Module/Install/PAR.pm

Module::Install::PAR Tags


Module::Install::PAR Description

Module::Install::PAR is a Perl module which provides Module::Install support for PAR::Dist packages. Module::Install::PAR is a Perl module which provides Module::Install support for PAR::Dist packages.SYNOPSISTo offer your users the possibility to install binaries if no C compiler was found, you could use this simplistic stub: use inc::Module::Install; name 'Foo'; all_from 'lib/Foo.pm'; # Which CPAN directory do we fetch binaries from? par_base 'SMUELLER'; unless ( can_cc() ) { my $okay = extract_par( fetch_par ); if (not $okay) { die "No compiler and no binary package found. Aborting.n"; } } WriteAll; Requirements: · Perl


Module::Install::PAR Related Software