Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Jul 16, 2024
1 parent 1f92987 commit a4310a2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions dist/Safe/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,26 @@ WriteMakefile(
VERSION_FROM => 'Safe.pm',
INSTALLDIRS => ($] < 5.011 ? 'perl' : 'site'),
($core || $] >= 5.011) ? () : (INST_LIB => '$(INST_ARCHLIB)'),
AUTHOR => [
'Malcolm Beattie',
'Perl 5 Porters <[email protected]>'
],
ABSTRACT_FROM => 'Safe.pm',
LICENSE => 'perl_5',
META_ADD => {
'meta-spec' => {
version => '2',
url => 'http://search.cpan.org/perldoc?CPAN::Meta::Spec',
},
'resources' => {
'bugtracker' => {
web => 'https://github.com/Perl/perl5/issues',
},
'repository' => {
url => 'git://github.com/Perl/perl5.git',
web => 'https://github.com/Perl/perl5',
type => 'git'
}
}
}
);

0 comments on commit a4310a2

Please sign in to comment.