Navigation Menu

Skip to content

Commit

Permalink
v2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
matiu committed Feb 25, 2011
1 parent 5184f79 commit 13ed06a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/SQL/Bibliosoph.pm
Expand Up @@ -10,7 +10,7 @@ package SQL::Bibliosoph; {
use SQL::Bibliosoph::Query;
use SQL::Bibliosoph::CatalogFile;

our $VERSION = "2.20";
our $VERSION = "2.21";


has 'dbh' => ( is => 'ro', isa => 'DBI::db', required=> 1);
Expand Down Expand Up @@ -257,7 +257,8 @@ package SQL::Bibliosoph; {
}

if (! defined $ret ) {
$self->d("\t[running SQL & storing memc $md5]\n");
#$self->d("\t[running SQL & storing memc $md5]\n");
$self->d("\t[running SQL & storing memc]\n");

#print "cfg:" . Dumper($cfg);
#print "ret:" . Dumper($ret);
Expand Down

0 comments on commit 13ed06a

Please sign in to comment.