File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{{$NEXT}}
22
3+ - Fix failed tests with Perl 5.25.11 (miniuchi) #24
4+
350.14 2016-01-14T03:03:02Z
46
57 - Fix test for SQLite 3.10 compatibility (ziguzagu) #21
Original file line number Diff line number Diff line change 44 " -2006"
55 ],
66 "dynamic_config" : 0 ,
7- "generated_by" : " Minilla/v3.0.1 , CPAN::Meta::Converter version 2.150001 " ,
7+ "generated_by" : " Minilla/v3.0.10 , CPAN::Meta::Converter version 2.150005 " ,
88 "license" : [
99 " artistic_2"
1010 ],
7979 "web" : " https://github.com/sixapart/data-objectdriver"
8080 }
8181 },
82- "version" : " 0.14 " ,
82+ "version" : " 0.15 " ,
8383 "x_authority" : " cpan:SIXAPART" ,
8484 "x_contributors" : [
8585 " Mart Atkins <matkins@sixapart.com>" ,
103103 " ambs <ambs@cpan.org>" ,
104104 " David Steinbrunner <dsteinbrunner@pobox.com>" ,
105105 " Akira Sawada <akira@peatix.com>" ,
106- " Masahiro Iuchi <miuchi@sixapart.com>" ,
107- " ziguzagu <ziguzagu@gmail.com>"
108- ]
106+ " ziguzagu <ziguzagu@gmail.com>" ,
107+ " Masahiro Iuchi <miuchi@sixapart.com>"
108+ ],
109+ "x_serialization_backend" : " JSON::PP version 2.27300_01"
109110}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use Data::ObjectDriver::Iterator;
1111
1212__PACKAGE__ -> mk_accessors(qw( pk_generator txn_active ) );
1313
14- our $VERSION = ' 0.14 ' ;
14+ our $VERSION = ' 0.15 ' ;
1515our $DEBUG = $ENV {DOD_DEBUG } || 0;
1616our $PROFILE = $ENV {DOD_PROFILE } || 0;
1717our $PROFILER ;
You can’t perform that action at this time.
0 commit comments