in reply to Re: Listing dependencies for Perl modules--should even the common ones get listed?
in thread Listing dependencies for Perl modules--should even the common ones get listed?
That lets me minimise or avoid specifying them separately in continuous integration (CI) config.WriteMakefile( NAME => 'GraphQL', # ... META_MERGE => { "meta-spec" => { version => 2 }, dynamic_config => 0, resources => { x_IRC => 'irc://irc.perl.org/#graphql-perl', repository => { type => 'git', url => 'git@github.com:graphql-perl/graphql-perl.git', web => 'https://github.com/graphql-perl/graphql-perl', }, bugtracker => { web => 'https://github.com/graphql-perl/graphql-perl/issues', }, license => [ 'http://dev.perl.org/licenses/' ], }, prereqs => { develop => { requires => { 'Test::Pod::Coverage' => '1.08', 'Test::Pod' => '1.22', 'Pod::Markdown' => 0, }, }, runtime => { suggests => { 'Cpanel::JSON::XS' => '3.0237', 'JSON::XS' => 0, }, }, }, }, );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Listing dependencies for Perl modules--should even the common ones get listed?
by kcott (Archbishop) on Apr 06, 2025 at 02:46 UTC | |
by hippo (Archbishop) on Apr 06, 2025 at 09:50 UTC | |
by kcott (Archbishop) on Apr 11, 2025 at 19:12 UTC |