Commit Graph

33 Commits

Author SHA1 Message Date
Paul Howarth
02aa6609ed Update to 1.73
- New upstream release 1.73
  - Perform correct stripping of leading white space in literal/folded text
    blocks (GH#44, CPAN RT#56045)
  - Fix compatibility with Test::Builder 0.94 in test shim
2018-02-22 13:21:56 +00:00
Paul Howarth
3a14a7e66b Update to 1.70
- New upstream release 1.70
  - Some errors writing to a file were incorrectly reported
- Simplify find command using -delete
2017-01-22 19:00:08 +00:00
Paul Howarth
9f84c04fba Update to 1.69
- New upstream release 1.69
  - Tests no longer print to stderr unnecessarily; this makes core perl builds
    (where this distribution is included as CPAN-Meta-YAML) a little quieter
  - The Test::More dependency has been reduced to 0.88 by emulating 'subtest'
    for those tests that need it
2015-07-26 13:12:46 +01:00
Paul Howarth
4b0330f9ca Update to 1.67
- New upstream release 1.67
  - Instead of erroring on duplicate keys found in a hash (introduced in
    version 1.63), now we only warn; this fixes an issue in Strawberry Perl
    (via CPAN::Meta::YAML) when parsing a configuration file
  - Updated File::Temp test prereq to 0.19 for 'newdir'
2015-05-12 09:13:25 +01:00
Paul Howarth
b6d6f07ba7 Update to 1.66
- New upstream release 1.66
  - Removed bundled Test::TempDir::Tiny to rely on File::Temp for temporary
    directories during testing
- Revert to ExtUtils::MakeMaker flow
2015-03-17 10:45:47 +00:00
Paul Howarth
2ff5997296 Update to 1.65
- New upstream release 1.65
  - Artifacts left behind from testing are now cleaned up (GH#34)
2015-03-15 11:39:07 +00:00
Paul Howarth
7d1eb9d55e Update to 1.64
- New upstream release 1.64
  - Remove silencing of any errors encountered while loading Scalar::Util
    (GH#33)
  - Now using JSON::MaybeXS in tests instead of JSON.pm
- Use %license
2014-10-08 12:33:01 +01:00
Paul Howarth
c91ee64899 Update to 1.63
- New upstream release 1.63
  - Incorrect error messages fixed, when $@ is clobbered when Carp wasn't
    loaded (GH#30, GH#31)
  - Now checking for, and erroring on, duplicate keys found in a hash (GH#32)
2014-06-12 20:22:58 +01:00
Paul Howarth
92d4e5c413 Update to 1.62
- New upstream release 1.62
  - Fix handling of trailing colon in key name (CPAN RT#92916)
2014-03-16 15:42:33 +00:00
Paul Howarth
bc77211fb1 Update to 1.61
- New upstream release 1.61
  - Fixed a test for VMS (CPAN RT#93297)
2014-02-25 10:57:03 +00:00
Paul Howarth
1e98ee1e43 Update to 1.60
- New upstream release 1.60
  - Numeric values are now quoted whenever they've been used as a string,
    which fixes inconsistent behaviour seen with numeric values, due to
    differences between the XS and pure-perl variants of Data::Dumper
    (GitHub Issue #24)
  - Numeric hash keys are now always quoted
2014-02-14 13:40:35 +00:00
Paul Howarth
d1f2c8ab23 Update to 1.58
- New upstream release 1.58
  - 1.57 omitted a change entry for the following change:
  Incompatible change:
  - Previously, YAML::Tiny was sloppy about file encodings; it is now strict
  - The 'read' method and 'LoadFile' function expect UTF-8 encoded files
  - The 'write' method and 'DumpFile' function produce UTF-8 encoded files
  - The 'read_string' and 'write_string' methods and the 'Load' and 'Dump'
    functions expect or generate (decoded) character data
2014-02-05 12:00:50 +00:00
Paul Howarth
bb4af1b756 Update to 1.57
- New upstream release 1.57
  Incompatible change:
  - Previously, some errors would throw exceptions and some would return the
    error condition in $YAML::Tiny::errstr, but now all errors throw
    exceptions; use of $errstr and the errstr method are deprecated
  Fixed:
  - Fixed write method to encode YAML file with UTF-8
  - Improved SYNOPSIS and documentation of new
  Testing:
  - Tests have been cleaned up and reorganized
  - Test coverage has been significantly improved
- Package docs CONTRIBUTING and README.md
- Update dependencies as needed
2014-01-31 12:28:19 +00:00
Paul Howarth
cf51f30a6c Update to 1.56
- New upstream release 1.56
  - read_string documentation error fixed (CPAN RT#74409)
  - Re-release with fixed compile test
- Go back to Module::Build::Tiny flow
2013-09-25 14:12:24 +01:00
Paul Howarth
c04cd8351b Update to 1.55
- New upstream release 1.55
  - Revert to ExtUtils::MakeMaker flow
- Update buildreqs as needed
2013-09-19 14:44:40 +01:00
Paul Howarth
534335ffb2 Update to 1.54
- New upstream release 1.54
  - Convert to Dist::Zilla
  - Updated format to conform to CPAN::Changes::Spec
- Upstream shipping README again
- Switch to Module::Build::Tiny flow
- Classify buildreqs by usage
2013-08-22 19:14:44 +01:00
Paul Howarth
8eb9caf80e Update to 1.53
- New upstream release 1.53
  - Updated repository metadata to reflect move to github
- This release by ETHER -> update source URL
- Upstream no longer shipping README
- Don't need to remove empty directories from the buildroot
- Make %files list more explicit
2013-08-21 10:51:38 +01:00
Petr Šabata
227f18609c 1.51 bump 2012-03-14 11:05:51 +01:00
Petr Sabata
4fdff80790 1.50 bump, cleanup, (build-time) dependencies corrected 2011-06-27 10:49:13 +02:00
Steven Pritchard
fea1c4c9d6 Update to 1.46. 2010-12-18 12:43:07 -06:00
Steven Pritchard
1d3b5cc43c Update to 1.44. 2010-12-07 14:21:57 -06:00
Chris Weyl
d4511e4be8 - auto-update to 1.40 (by cpan-spec-update 0.01) 2009-09-27 04:29:31 +00:00
Chris Weyl
e1669b66ab - auto-update to 1.39 (by cpan-spec-update 0.01)
- added a new br on perl(File::Spec) (version 0.80)
2009-05-23 19:54:51 +00:00
Steven Pritchard
5e9008623e Update to 1.36. BR Test::More. 2009-01-17 19:51:09 +00:00
Steven Pritchard
9eabf1ed88 Update to 1.32. 2008-05-16 23:36:44 +00:00
Steven Pritchard
9bfd8ff93e Update to 1.25. 2008-01-28 19:25:40 +00:00
Steven Pritchard
53e13afecd Update to 1.21. Update License tag. BR Test::MinimumVersion. 2007-12-11 15:50:35 +00:00
Steven Pritchard
86f7ddf538 Update to 1.13. 2007-07-13 15:24:16 +00:00
Steven Pritchard
b479df3c2e Update to 1.12. 2007-07-03 15:53:07 +00:00
Steven Pritchard
2ee9c3b9dd Update to 1.09. 2007-05-28 18:36:32 +00:00
Steven Pritchard
6159ef4afe YAML::Tiny is a perl class for reading and writing YAML-style files,
written with as little code as possible, reducing load time and memory
    overhead.
2007-05-19 17:29:22 +00:00
Steven Pritchard
0b885cea9b Import. 2007-05-18 23:42:46 +00:00
Warren Togami
21f53615ea Setup of module perl-YAML-Tiny 2007-05-01 21:42:56 +00:00