Skip to content

Commit

Permalink
add resource info to Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick committed Oct 12, 2011
1 parent 3e00a8c commit f4f9629
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Revision history for DBD::Oracle
Changes in DBD-Oracle 1.XX
[DOCUMENTATION]
- add mention of the github mirror of the subversion repository
- add 'resources' info to META.yml

Changes in DBD-Oracle 1.31_00

Expand Down
15 changes: 14 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,20 @@ my %opts = (
configure_requires => { "DBI" => '1.51' },
build_requires => {"DBI" => '1.51',
"ExtUtils::MakeMaker" => 0,
"Test::Simple" => '0.90'}
"Test::Simple" => '0.90'},
resources => {
bugtracker => {
mailto => 'bug-dbd-oracle at rt.cpan.org',
web =>
'http://rt.cpan.org/Public/Dist/Display.html?Name=DBD-Oracle',
},
homepage => 'http://search.cpan.org/dist/DBD-Oracle',
repository => {
type => 'git',
url => 'git://github.com/yanick/DBD-Oracle.git',
web => 'http://github.com/yanick/DBD-Oracle/tree',
},
},
},
);
my $eumm = $ExtUtils::MakeMaker::VERSION;
Expand Down

0 comments on commit f4f9629

Please sign in to comment.