Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37044192
en ru br
ALT Linux repos
S:0.09-alt3

Group :: Development/Perl
RPM: perl-ExtUtils-MY_Metafile

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.09-alt3
Build date: 8 june 2021, 11:14 ( 146.4 weeks ago )
Size: 13.61 Kb

Home page:   http://search.cpan.org/dist/ExtUtils-MY_Metafil…

License: perl
Summary: META.yml customize with ExtUtil::MakeMaker
Description:

put ExtUtils/MY_Metafile.pm into inc/ExtUtils/MY_Metafile.pm:
and write in your Makefile.PL:

 use ExtUtils::MakeMaker;
 use inc::ExtUtils::MY_Metafile;

 my_metafile {
   no_index => {
     directory => [ qw(inc example t), ],
   },
   license  => 'perl',
 };

 WriteMakefile(
   DISTNAME => 'Your::Module',
   ...
 );

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-ExtUtils-MY_Metafile
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin