-
Fri Nov 22 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.18-2
- Rebuilt for SCL
-
Thu Sep 19 2013 Paul Howarth <paul@city-fan.org> - 1.18-1
- Update to 1.18
- No changes, code or otherwise, except for the version # in the *.pm, this
file, and Changelog.ini
- Somehow a corrupted version got uploaded to search.cpan.org, so I've just
changed the version # (the file on MetaCPAN was fine)
-
Mon Sep 16 2013 Paul Howarth <paul@city-fan.org> - 1.17-1
- Update to 1.17
- Write test temp files in :raw mode as well as utf-8, for MS Windows users
- Take the opportunity to change all utf8 to utf-8, as per the docs for Encode,
except for 'use warnings qw(FATAL utf8);', which doesn't accept utf-8 :-(
-
Mon Sep 09 2013 Paul Howarth <paul@city-fan.org> - 1.16-1
- Update to 1.16
- Merge patch (slightly modified by me) from Tom Molesworth (CPAN RT#88501):
- Remove 'use open qw(:std :utf8);' because of its global effect
- Replace Perl6::Slurp with File::Slurp, using the latter's binmode option
for the encoding
- Fix docs where I'd erroneously said File::Slurp didn't support utf8
-
Fri Sep 06 2013 Paul Howarth <paul@city-fan.org> - 1.15-1
- Update to 1.15
- Replace Path::Tiny with File::Spec, because the former's list of
dependencies is soooo long :-( (CPAN RT#88435)
- Move t/pod.t to xt/author/pod.t
- Explicitly run the author tests
-
Thu Sep 05 2013 Paul Howarth <paul@city-fan.org> - 1.14-1
- Update to 1.14
- Document the copy() method
- Patch the copy() method so it respects the {no_attribute_copy => 1} option
- Add method read_tree(), for text files; it uses Perl6::Slurp, which
supports utf8
- Add methods read_attributes() and string2hashref($s) for use by read_tree()
- Add t/read.tree.t to test read_tree()
- Add t/tree.utf8.attributes.txt, in utf8, for use by t/read.tree.t
- Add t/tree.with.attributes.txt and t/tree.without.attributes.txt for use by
t/read.tree.t
- Make Perl 5.8.1 a pre-req so we have access to the utf8 pragma
-
Mon Aug 12 2013 Paul Howarth <paul@city-fan.org> - 1.13-1
- Update to 1.13
- Change the values accepted for the no_attributes option from undef and 1
to 0 and 1; if undef is used, it becomes 0, so pre-existing code will not
change behavior, whilst this makes it easier to pass 0 or 1 from the
command line
-
Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 1.12-2
- Perl 5.18 rebuild
-
Wed Jul 03 2013 Paul Howarth <paul@city-fan.org> - 1.12-1
- Update to 1.12
- Change text in README referring to licence to match text in body of source,
since it was in conflict with the Artistic Licence V 2.0
- Rename CHANGES to Changes as per CPAN::Changes::SPEC
- Various spelling fixes in the docs