Skip to content

Commit

Permalink
CPAN Release 0.97
Browse files Browse the repository at this point in the history
- Fix bad encoding in Pod
  • Loading branch information
ingydotnet committed Aug 7, 2014
1 parent d2604d5 commit 26fbb7d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
version: 0.97
date: Thu Aug 7 00:32:03 PDT 2014
changes:
- Fix bad encoding in Pod
---
version: 0.96
date: Wed Aug 6 17:54:56 PDT 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Meta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=meta: 0.0.1

name: YAML-Old
version: 0.96
version: 0.97
abstract: Old YAML.pm Legacy Code
homepage: http://yaml.org

Expand Down
10 changes: 5 additions & 5 deletions ReadMe.pod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ YAML::Old - Old YAML.pm Legacy Code
---
- Clark Evans
- Oren Ben-Kiki
- Ingy döt Net
- Ingy döt Net
--- >
You probably think YAML stands for "Yet Another Markup Language". It
ain't! YAML is really a data serialization language. But if you want
Expand Down Expand Up @@ -662,17 +662,17 @@ See L<YAML::XS>. Fast!

=head1 AUTHOR

Ingy döt Net <ingy@cpan.org>
Ingy döt Net <ingy@cpan.org>

is responsible for YAML.pm.

The YAML serialization language is the result of years of collaboration
between Oren Ben-Kiki, Clark Evans and Ingy döt Net. Several others have
added help along the way.
between Oren Ben-Kiki, Clark Evans and Ingy döt Net. Several others have added
help along the way.

=head1 COPYRIGHT

Copyright 2001-2014. Ingy döt Net
Copyright 2001-2014. Ingy döt Net

Some parts copyright 2009 - 2010 Adam Kennedy

Expand Down
2 changes: 1 addition & 1 deletion lib/YAML/Old.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use 5.008001;
package YAML::Old;
our $VERSION = '0.96';
our $VERSION = '0.97';

use YAML::Old::Mo;

Expand Down

0 comments on commit 26fbb7d

Please sign in to comment.