[libreadonly-perl] branch master updated (ba05504 -> c73a16f)

gregor herrmann gregoa at debian.org
Sat May 7 13:37:39 UTC 2016


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

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

      from  ba05504   releasing package libreadonly-perl version 2.010-1
      adds  74db924   Initial commit
      adds  1427d93   Historical Commit
      adds  314642b   Modernize!
      adds  2d5ec51   Merged patch (w/ tests, yay!) from Daniel P. Risse RT#37864
      adds  c8a0906   Mark upstream issues as resolved and restore (for a while) R::XS support
      adds  079479b   typo fix to resolve RT#86350
      adds  e5485f8   Merge pull request #2 from dsteinbrunner/patch-1
      adds  1a2e160   Merge branch 'master' of https://github.com/sanko/readonly
      adds  a93ee18   Update README.md w/ patch from @dsteinbrunner
      adds  3f92112   Use readonly functionality built into perl 5.8.x and up
      adds  43a585c   All tests pass. Getting ready for PAUSE
      adds  2437c8a   Add autogenerated Build.PL to .gitignore
      adds  3e888cf   Don't bundle MANIFEST.SKIP with dist
      adds  7b7793f   Fix 11 year old typo
      adds  381610b   Apply fix for a spelling mistake resolves #7
      adds  25676b0   Move original tests and make space for regressions and bug fixes
      adds  08121a7   Verify Readonly() handles implicit undef values but Readonly::Scalar() doesn't
      adds  05a0d58   Update version to 1.06 and resolve issue #9
      adds  30363a4   Correctly tie array and hashrefs in XS mode
      adds  4620a17   Jump all the way to version 1.60 because I'm an idiot. Finally resolves #9
      adds  6ead635   Fix test regression: Internals::SvREADONLY($) doesn't catch standard constants (strings, numbers)
      adds  6237853   Deprecation of Readonly::XS as a requirement on modern perl is complete
      adds  d790418   Remove mention of TODO file
      adds  3090ab8   Merge pull request #14 from pmorch/master
      adds  7860640   Add patch to reject initialization by assignment and associated tests and update to Changes file
      adds  8683ab6   have tests check for prototype based error messages from Perl before 5.16
      adds  ed4dda8   make t/bugs tests compatible with Perl 5.6 specified in cpanfile
      adds  dc7ebda   fix comment in test script
      adds  352a665   Merge pull request #19 from ronaldxs/master
      adds  03fea5a   Quick and dirty clone POC for issue #13
      adds  16ccf82   Test and document cloning
      adds  a0595cb   fix typo
      adds  7546239   Merge pull request #15 from vti/clone
      adds  2d0519f   Merge pull request #20 from sanko/clone
      adds  81cffa4   Use Travis-CI (part one)
      adds  9ab70ed   Merge typo patch to fix #21
      adds  d434f23   Tweak Clone() documentation before PAUSE
      adds  894d30c   Skip minver release test
      adds  e15fd5e   Checking in changes prior to tagging of version 2.02.
      adds  013b985   And the cycle begins again...
      adds  d3e8bab   Fuck it. Who cares anyway... Resolves #16 for good.
      adds  4184e2e   Update changelog before PAUSE
      adds  bf872d2   Checking in changes prior to tagging of version 2.03.
      adds  ebe75d7   Imported Upstream version 2.030
       new  f56f7c0   Merge tag 'upstream/2.030'
       new  d338aaf   Update debian/changelog
       new  319c2e4   Drop spelling.patch, merged upstream.
       new  ea6bcae   Update years of upstream copyright.
       new  c73a16f   update changelog

The 5 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                       |   9 +++
 MANIFEST                      |   8 ++-
 META.json                     |  12 ++--
 META.yml                      |  11 ++--
 README.md                     |  22 +++++--
 cpanfile                      |   5 +-
 debian/changelog              |  13 +++++
 debian/copyright              |   2 +-
 debian/patches/series         |   1 -
 debian/patches/spelling.patch |  18 ------
 lib/Readonly.pm               | 130 +++++++++++++++++++++++++++++++++++++++---
 minil.toml                    |  10 ++++
 t/general/clone.t             |  35 ++++++++++++
 13 files changed, 222 insertions(+), 54 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 minil.toml
 create mode 100644 t/general/clone.t

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



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