From dd11286dfc52512e448b2817a4a2595e1ac285ba Mon Sep 17 00:00:00 2001 From: "Martin J. Evans" Date: Sun, 9 Dec 2012 09:31:41 +0000 Subject: [PATCH] bump to 0.04 and fixed misspelling of Module::Loaded in Makefile.PL --- Changes | 10 ++++++++-- Makefile.PL | 2 +- lib/DBIx/LogAny.pm | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 46fb9a1..329a4f0 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,16 @@ Revision history for Perl extension DBIx::LogAny. -0.03 Thursday Decembet 6 2012 +0.04 Thursday December 9 2012 [Bug Fixes] - Module::Load was missing from dependencies in Makefile.PL + A misspelt Module:::Loaded, Module::Load + +0.03 Thursday December 6 2012 + + [Bug Fixes] + + Module::Loaded was missing from dependencies in Makefile.PL Thanks to CPAN smokers for spotting. 0.02 Friday November 30 2012 diff --git a/Makefile.PL b/Makefile.PL index feae0ea..2d00a4c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -52,7 +52,7 @@ WriteMakefile( File::Spec => 0, Data::Dumper => 0, Test::More => 0.62, - Module::Load => 0}, + Module::Loaded => 0}, META_MERGE => { resources => { bugtracker => 'http://rt.cpan.org/Public/Dist/Display.html?Name=DBIx-LogAny', diff --git a/lib/DBIx/LogAny.pm b/lib/DBIx/LogAny.pm index 92d38f1..562114a 100644 --- a/lib/DBIx/LogAny.pm +++ b/lib/DBIx/LogAny.pm @@ -12,7 +12,7 @@ use DBIx::LogAny::Constants qw (:masks $LogMask); use DBIx::LogAny::db; use DBIx::LogAny::st; -our $VERSION = '0.03'; +our $VERSION = '0.04'; require Exporter; our @ISA = qw(Exporter DBI); # look in DBI for anything we don't do