Tim Bunce wrote:
On Fri, Jul 25, 2008 at 11:00:10AM +0100, Martin Evans wrote:
Thanks for all your hard work on this John. Here are some observations and results:

o META.yml is missing - you get the following during Makefile.PL processing:

Warning: the following files are missing in your kit:
        META.yml

John, using "make dist" to make the distribution should look after that
for you. Just run "make dist" then rename the DBD-Oracle-X.YY.tar.gz
file to add in the _RC1.

Tim.



Although it creates a META.yml is probably not the one you want to use for DBD modules because it does not create a yml file containing:

build_requires:
  DBI: 1.21
configure_requires:
  DBI: 1.21

and if you don't include those, cpan testers may generate failures now when they don't have DBI.

BTW, as an aside, just spent the last hour looking at Devel::NYTProf output for one process in our application and it produced some interesting output highlighting some areas to look at for optimisation that was not so obvious via DProf. Thanks to Tim and Adam Kaplan for this.

Martin
--
Martin J. Evans
Easysoft Limited
http://www.easysoft.com

Reply via email to