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

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

      from  df247e7   releasing package libyaml-perl version 0.93-1
      adds  6465dfc   Imported Upstream version 0.94
       new  d27008f   Merge tag 'upstream/0.94'
       new  6360a1f   New upstream release.
       new  b40e214   Update upstream copyright notice.
       new  7aa8325   releasing package libyaml-perl version 0.94-1

The 4 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                  |   3 ++
 MANIFEST                 |  16 +++++--
 META.yml                 |   2 +-
 Makefile.PL              |   4 +-
 README                   |   6 +--
 debian/changelog         |   7 +++
 debian/copyright         |   3 +-
 lib/Test/YAML.pm         |  10 ++---
 lib/YAML.pm              |   2 +-
 lib/YAML.pod             |   6 +--
 lib/YAML/Any.pm          |  87 +-----------------------------------
 lib/YAML/Any.pod         | 113 +++++++++++++++++++++++++++++++++++++++++++++++
 lib/YAML/Dumper.pm       |  35 +--------------
 lib/YAML/Dumper.pod      |  38 ++++++++++++++++
 lib/YAML/Dumper/Base.pm  |  32 +-------------
 lib/YAML/Dumper/Base.pod |  35 +++++++++++++++
 lib/YAML/Error.pm        |  34 +-------------
 lib/YAML/Error.pod       |  35 +++++++++++++++
 lib/YAML/Loader.pm       |  36 +--------------
 lib/YAML/Loader.pod      |  39 ++++++++++++++++
 lib/YAML/Loader/Base.pm  |  32 +-------------
 lib/YAML/Loader/Base.pod |  35 +++++++++++++++
 lib/YAML/Marshall.pm     |  33 +-------------
 lib/YAML/Marshall.pod    |  36 +++++++++++++++
 lib/YAML/Mo.pm           |   2 +-
 lib/YAML/Node.pm         |  96 ++--------------------------------------
 lib/YAML/Node.pod        |  91 ++++++++++++++++++++++++++++++++++++++
 lib/YAML/Tag.pm          |  31 +------------
 lib/YAML/Tag.pod         |  34 ++++++++++++++
 lib/YAML/Types.pm        |  48 +++-----------------
 lib/YAML/Types.pod       |  38 ++++++++++++++++
 t/2-scalars.t            |  14 +++---
 {t/extra => xt}/meta.t   |   0
 {t/extra => xt}/pmv.t    |   0
 {t/extra => xt}/pod.t    |   0
 35 files changed, 561 insertions(+), 472 deletions(-)
 create mode 100644 lib/YAML/Any.pod
 create mode 100644 lib/YAML/Dumper.pod
 create mode 100644 lib/YAML/Dumper/Base.pod
 create mode 100644 lib/YAML/Error.pod
 create mode 100644 lib/YAML/Loader.pod
 create mode 100644 lib/YAML/Loader/Base.pod
 create mode 100644 lib/YAML/Marshall.pod
 create mode 100644 lib/YAML/Node.pod
 create mode 100644 lib/YAML/Tag.pod
 create mode 100644 lib/YAML/Types.pod
 rename {t/extra => xt}/meta.t (100%)
 rename {t/extra => xt}/pmv.t (100%)
 rename {t/extra => xt}/pod.t (100%)

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to