Skip to content

Commit

Permalink
Import of TODDR/YAML-Syck-1.20 from CPAN.
Browse files Browse the repository at this point in the history
gitpan-cpan-distribution: YAML-Syck
gitpan-cpan-version:      1.20
gitpan-cpan-path:         TODDR/YAML-Syck-1.20.tar.gz
gitpan-cpan-author:       TODDR
gitpan-cpan-maturity:     released
  • Loading branch information
toddr authored and Gitpan committed Oct 21, 2014
1 parent a3cc5d1 commit fe9f663
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,3 +1,7 @@
[Changes for 1.20] (JSON::Syck 0.43) - 2012-02-14]

* Tests all green on CPAN Testers. releasing to public.

[Changes for 1.20_01] (JSON::Syck 0.43_01) - 2012-02-11]

* Add test to assure META.yml is up to date before release
Expand Down
2 changes: 1 addition & 1 deletion META.yml
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/avar/YAML-Syck
version: 1.20_01
version: 1.20
2 changes: 1 addition & 1 deletion lib/JSON/Syck.pm
Expand Up @@ -5,7 +5,7 @@ use Exporter;
use YAML::Syck ();

BEGIN {
$VERSION = '0.43_01';
$VERSION = '0.43';
@EXPORT_OK = qw( Load Dump LoadFile DumpFile );
@ISA = 'Exporter';
*Load = \&YAML::Syck::LoadJSON;
Expand Down
2 changes: 1 addition & 1 deletion lib/YAML/Syck.pm
Expand Up @@ -13,7 +13,7 @@ use 5.006;
use Exporter;

BEGIN {
$VERSION = '1.20_01';
$VERSION = '1.20';
@EXPORT = qw( Dump Load DumpFile LoadFile );
@ISA = qw( Exporter );

Expand Down

0 comments on commit fe9f663

Please sign in to comment.