diff --git a/Changes b/Changes index 367e009f..af4630c1 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/Makefile.PL b/Makefile.PL index eb04c74f..2c1ff707 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -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;