Skip to content

Commit

Permalink
Bump to 1.29_01 for test release to CPAN
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Dec 14, 2014
1 parent b9578dc commit b9ba872
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[Changes for 1.29_01 - 2014-12-14]

* Experimentally try patch from RT 83825. Will release if no test failures or complaints.
* Fix crash in syck_emit on platforms with long long pointers

[Changes for 1.28 - 2014-12-11]

* Bump to release version 1.28 for production release to CPAN
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ resources:
homepage: http://search.cpan.org/dist/YAML-Syck
license: http://opensource.org/licenses/mit-license.php
repository: http://github.com/toddr/YAML-Syck
version: '1.28'
version: '1.29_01'
2 changes: 1 addition & 1 deletion lib/JSON/Syck.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use Exporter;
use YAML::Syck ();

BEGIN {
$VERSION = '1.28';
$VERSION = '1.29_01';
@EXPORT_OK = qw( Load Dump LoadFile DumpFile DumpInto );
@ISA = 'Exporter';
*Load = \&YAML::Syck::LoadJSON;
Expand Down
2 changes: 1 addition & 1 deletion lib/YAML/Syck.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use 5.006;
use Exporter;

BEGIN {
$VERSION = '1.28';
$VERSION = '1.29_01';
@EXPORT = qw( Dump Load DumpFile LoadFile );
@EXPORT_OK = qw( DumpInto );
@ISA = qw( Exporter );
Expand Down

0 comments on commit b9ba872

Please sign in to comment.