Skip to content

Commit

Permalink
bump to 0.04 and fixed misspelling of Module::Loaded in Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
mjegh committed Dec 9, 2012
1 parent 15fcb62 commit dd11286
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion lib/DBIx/LogAny.pm
Expand Up @@ -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

Expand Down

0 comments on commit dd11286

Please sign in to comment.