[libyaml-perl] branch master updated (d67d1e1 -> 884c179)

gregor herrmann gregoa at debian.org
Wed Sep 17 16:38:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libyaml-perl.

      from  d67d1e1   releasing package libyaml-perl version 1.09-1
      adds  ad29d9a   initial import of YAML 0.25 from CPAN
      adds  f82d712   import YAML 0.26 from CPAN
      adds  94a6d0d   import YAML 0.30 from CPAN
      adds  4ba769f   import YAML 0.35 from CPAN
      adds  d3d730e   import YAML 0.49_01 from CPAN
      adds  d2d6354   import YAML 0.36 from CPAN
      adds  f60ee8f   import YAML 0.37 from CPAN
      adds  8f54821   import YAML 0.38 from CPAN
      adds  4a1ac00   import YAML 0.39 from CPAN
      adds  9e5fb86   import YAML 0.39 from CPAN
      adds  dc2e3d3   import YAML 0.49_70 from CPAN
      adds  1249956   import YAML 0.50 from CPAN
      adds  dc45174   import YAML 0.51 from CPAN
      adds  c10489d   import YAML 0.52 from CPAN
      adds  858b5bd   import YAML 0.53 from CPAN
      adds  d3794ad   import YAML 0.54 from CPAN
      adds  f41e8e7   import YAML 0.55 from CPAN
      adds  4f9ce57   import YAML 0.56 from CPAN
      adds  e2b74d5   import YAML 0.57 from CPAN
      adds  97afbb7   import YAML 0.58 from CPAN
      adds  0d9e6c1   import YAML 0.60 from CPAN
      adds  1e496c2   import YAML 0.61 from CPAN
      adds  1976115   import YAML 0.62 from CPAN
      adds  a56c656   import YAML 0.63 from CPAN
      adds  c53aecd   import YAML 0.64 from CPAN
      adds  4cd1864   import YAML 0.65 from CPAN
      adds  1cf0f70   import YAML 0.66 from CPAN
      adds  c4782e1   import YAML 0.67 from CPAN
      adds  3b0e9d9   import YAML 0.68 from CPAN
      adds  73245ef   Importing current production YAML.pm as a starting point for bug fixes
      adds  fabcae7   Moving to version-agnostic name to start work
      adds  c1ad15f   This is an inherently tricky test to maintain, probably not worth it
      adds  df9afc1   My attempt at a cleaned up version of YAML.pm
      adds  b3d645e   Prepare for test release
      adds  ff54fe5   Adding 2009 copyright statement
      adds  2d7f5d0   Correcting the dev version setting
      adds  58858ed   Removed the eval $VERSION. Changed minimum perl version to 5.008.
      adds  79215e7   Updating version for prod release
      adds  b8f1e64   import YAML 0.70 from CPAN
      adds  a638fa4   Set file encoding to UTF-8 in LoadFile/DumpFile (RT#25434).
      adds  ae9c7f2   Missing test case for RT#25434.
      adds  92a0655   Fix dump-file-utf8 test: unlink was not in the right place.
      adds  a46dd30   Fix close.
      adds  712d5ea   mention YAML::Tiny instead of YAML::Lite
      adds  04f5ed6   another mention of YAML::Tiny
      adds  a513fde   Clean spaces at end of lines. Using E<> pod escapes instead of UTF-8 where possible (not in AUTHOR, see RT#48881).
      adds  a6b9b0e   Do we need to check for $Config{useperlio} for binmode(H, ':utf8') ?
      adds  58e7eda   Moving minimum Perl to 5.8.1
      adds  cd79daf   import YAML 0.71 from CPAN
      adds  c7ceba9   - Upgrade to Module::Install 1.00 - Upgraded author tests via new ADAMK release automation - Normalise Ingy's name to ASCII in Makefile.PL so that we don't have Unicode in our own META.yml
      adds  bc700c0   Error in YAML::Dumper in case YAML was not loaded earlier (RT#19838)
      adds  eb59893   Import 0.72
      adds  76b2f43   Import 0.73 from CPAN
      adds  2419e2d   remove generated files
      adds  df4e622   Released version 0.74
      adds  663c479   add Mo to dumper
      adds  e1ee671   Mo in YAML::Loader
      adds  96a97f1   convert YAML/Loader/Base.pm
      adds  5cd1810   ...
      adds  b7d5ce3   Convert YAML/Dumper/Base
      adds  17c74a4   ...
      adds  fb7a6be   convert YAML/Error
      adds  fd75cba   convert YAML/Types
      adds  34b0d18   convert YAML/Node
      adds  1264996   Released version 0.75
      adds  ae66093   Released version 0.76
      adds  a7ec447   Released version 0.77
      adds  9b96cef   use new Mo::Inline
      adds  488fe9f   Update lib/YAML.pm
      adds  a4ccdad   Merge pull request #3 from Perlover/patch-1
      adds  aa59eac   Merge branch 'master' of github.com:ingydotnet/yaml-pm
      adds  0117535   Released version 0.78
      adds  824a7ee   Update docs.
      adds  53a99bd   Released version 0.79
      adds  e308ab2   Make YAML::Node subclass YAML::Mo::Object as well as Exporter (MSTROUT)
      adds  234ca79   Released version 0.80
      adds  7b0772e   Released version 0.81
      adds  13f4237   fix warning 'defined(@array) is deprecated'
      adds  edc1f3a   Released version 0.82
      adds  162e623   Explicit tied() call on globs to avoid a 5.16 deprecation warning
      adds  cafc188   only call tell() if fileno() returned something
      adds  76ac75f   also move stat() into the fileno check
      adds  a6ceb32   Released version 0.83
      adds  9aafd29   Released version 0.84
      adds  e224daf   fix typos
      adds  315ff76   add encoding to pod
      adds  535640e   Merge pull request #6 from patch/master
      adds  01329fc   Add a "require YAML" pragma to YAML::Dumper.
      adds  c901e15   Add a test for the basic usecase of YAML::Dumper
      adds  4f53d28   Update Changes. Note: This document appears not to parse with YAML anyway.
      adds  1d85c0c   Merge pull request #11 from kentfredric/rt19838
      adds  41262c2   Fix for rt-90593
      adds  733c487   bump year in copyright
      adds  876fbe7   remove spurious trailing whitespace
      adds  e7c7dce   version bump
      adds  e02096a   use Mo 0.38
      adds  47471de   Released version 0.85
      adds  6685417   Revert YAML::Mo for https://rt.cpan.org/Public/Bug/Display.html?id=90817
      adds  07fe866   Released version 0.86
      adds  25dbda9   Bump to 0.87
      adds  f510181   Released version 0.87
      adds  1292a04   Released version 0.88
      adds  b996c17   Add a travis.yml file for CI testing
      adds  b96e8e4   dzilify
      adds  d3c7e5f   fix Changes errors
      adds  c91a512   latest Mo
      adds  079cbd5   travis install coveralls
      adds  a6c692a   forgot Spiffy in travis
      adds  d8a92d3   skip test on 5.8
      adds  f0bb4cb   fixed warning 'defined(@array) is deprecated'
      adds  e1cc1e2   Merge pull request #4 from sst23/master
      adds  048143b   t/bugs-rt.t: Use a longer qualifier than simply PIDNO, mostly to help a user to cleanup files that may occur as a result of this call, and to make it less likely to find a collision even on systems with low values of PIDMAX
      adds  46a41d3   t/dump-file-utf8.t: Use a more unique name for the dumpfile, based on the test name and the pid, so that you could even run multiple copies of the same test without it being a likely problem. Also avoids a conflict with dump-file.t in parallel testing, which was doing IO to the same file, but with different data
      adds  29367a1   t/dump-file.t: Use a more unique name for the dump-file , same rationale as dump-file-utf8.t
      adds  868d95e   Changes: Document net effect of kentnl's tests patches
      adds  5f81adb   Merge pull request #15 from kentfredric/parallel-safe
      adds  f48ecf9   test again on travis
      adds  6fef2dc   make work with includer
      adds  4f094db   v0.89
      adds  20485cf   revert to previous Mo. Zefram reporting errors
      adds  712de80   v0.90
      adds  da97859   Force escaping of single '-'
      adds  c62d320   Merge pull request #22 from dwarring/patch-1
      adds  fcc7478   Add test for #22
      adds  2d7e86a   v0.91
      adds  1ffc522   remove invalid dependency provided by YAML:       Spiffy 0.31       t::Base undef       t::TestYAML undef
      adds  a364f6a   Merge pull request #23 from woremacx/master
      adds  6f0ef55   v0.92
      adds  3eb4272   Switch repo layout to zilla-dist style
      adds  f0f35a8   Try 5.20 on travis
      adds  de03878   Revert 5.20 change. Not supported yet.
      adds  2c02efb   Add badges to doc
      adds  503ec3c   Improved tests.
      adds  caa88dd   PR #18
      adds  da1c993   0.93
      adds  dc0333d   0.93
      adds  b0479ea   Don't need this anymore
      adds  a4aaabe   Finish migrating doc to Kwim
      adds  eb2143c   Try to fix 5.8 on travis
      adds  0327c08   0.94
      adds  28a3cba   New badge syntax
      adds  ba4f770   basic failing test for RT#67678 [Cannot dump blessed globs]
      adds  01e17f2   glob tests - more complicated
      adds  6891544   bodge fix for blessed globs
      adds  c13061e   demonstrate dumping of tricked-out blessed glob
      adds  860031b   Merge pull request #26 from mcast/blessed-glob
      adds  42db961   0.95
      adds  8c710d4   0.96
      adds  57646ff   0.97
      adds  4411c43   0.98
      adds  2256264   CPAN Release 0.99
      adds  aef4da4   CPAN Release 1.00
      adds  1bdc43f   CPAN Release 1.01
      adds  28e236b   CPAN Release 1.02
      adds  750701e   CPAN Release 1.03
      adds  51a0339   CPAN Release 1.04
      adds  d2920d1   CPAN Release 1.05
      adds  96f8861   CPAN Release 1.06
      adds  77d5ff9   CPAN Release 1.07
      adds  fed2168   CPAN Release 1.08
      adds  7d0f01c   CPAN Release 1.09
      adds  cfd8707   Report an error message mentioning indentation when choking on non-space indentation (with test).
      adds  53cb972   die() should be called as a method of $self \(\?\).
      adds  065ddfc   CPAN Release 1.10
      adds  96197c6   Remove die() which can't be called (regex always matches).
      adds  c3672e1   CPAN Release 1.11
      adds  64b3693   Imported Upstream version 1.11
       new  ca2af52   Merge tag 'upstream/1.11'
       new  7062dc8   Update debian/changelog
       new  884c179   releasing package libyaml-perl version 1.11-1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes            |  6 ++++++
 META.json          |  2 +-
 META.yml           |  2 +-
 Makefile.PL        |  2 +-
 debian/changelog   |  6 ++++++
 lib/YAML.pm        |  2 +-
 lib/YAML/Any.pm    |  2 +-
 lib/YAML/Loader.pm |  5 +++--
 t/errors.t         | 10 +++++++++-
 9 files changed, 29 insertions(+), 8 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libyaml-perl.git



More information about the Pkg-perl-cvs-commits mailing list