[svn:dbd-oracle] r14945 - dbd-oracle/trunk

[email protected] Thu, 13 Oct 2011 10:28:15 -0700 (PDT)
Newsgroups perl.dbd.oracle.changes
Message-ID <[email protected]>
Author: yanick
Date: Thu Oct 13 10:28:15 2011
New Revision: 14945

Modified:
   dbd-oracle/trunk/Changes
   dbd-oracle/trunk/Makefile.PL

Log:
add resource info to Makefile.PL

Modified: dbd-oracle/trunk/Changes
==============================================================================
--- dbd-oracle/trunk/Changes	(original)
+++ dbd-oracle/trunk/Changes	Thu Oct 13 10:28:15 2011
@@ -3,6 +3,7 @@
 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
 

Modified: dbd-oracle/trunk/Makefile.PL
==============================================================================
--- dbd-oracle/trunk/Makefile.PL	(original)
+++ dbd-oracle/trunk/Makefile.PL	Thu Oct 13 10:28:15 2011
@@ -62,7 +62,20 @@
        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;