Showing 3 changed files with 5 additions and 3 deletions
+2
Changes
... ...
@@ -1,3 +1,5 @@
1
+0.0906
2
+  fix some bug
1 3
 0.0905
2 4
   catch up with Object::Simple update
3 5
 0.0904
+2 -2
lib/DBIx/Custom.pm
... ...
@@ -726,11 +726,11 @@ DBIx::Custom - Customizable DBI
726 726
 
727 727
 =head1 VERSION
728 728
 
729
-Version 0.0905
729
+Version 0.0906
730 730
 
731 731
 =cut
732 732
 
733
-our $VERSION = '0.0905';
733
+our $VERSION = '0.0906';
734 734
 
735 735
 =head1 SYNOPSYS
736 736
     
+1 -1
lib/DBIx/Custom/Result.pm
... ...
@@ -1,5 +1,5 @@
1 1
 package DBIx::Custom::Result;
2
-use base 'Object::Simple::Base';
2
+use base 'Object::Simple';
3 3
 
4 4
 use strict;
5 5
 use warnings;