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

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

      from  bdd21cc   update changelog
       new  b15fb2d   Add debian/upstream/metadata
       new  b0d8b25   Update debian/changelog
      adds  6071da2   initial import of autobox::Core 0.1 from CPAN
      adds  c09cb84   import autobox::Core 0.2 from CPAN
      adds  b76ff00   import autobox::Core 0.3 from CPAN
      adds  ec71607   import autobox::Core 0.4 from CPAN
      adds  402a6ba   import autobox::Core 0.5 from CPAN
      adds  4bac932   import autobox::Core 0.6 from CPAN
      adds  7f01ddf   merge features/code from perl5i; take tests from perl5i; 
doc revamp non-working development version; tests are still failing
      adds  5ad80e4   ongoing doc cleanups
      adds  3106679   grep tests passing under 5.8 and 5.10; 5.10 has three 
more tests that run/three more use cases
      adds  4f721cf   tidying before release... version number correction; doc 
fixes; more things returning lists depending on wantarray.
      adds  111b5a9   added stuff to the todo list in the comments at the top 
of the code
      adds  7e78e21   apparently I copied t/grep from perl5i, modified it, and 
forgot to add/commit it.
      adds  1d67338   added .gitignore
      adds  5360bca   Added test for lc
      adds  b258fcd   added test for join
      adds  34fc629   added test for sort
      adds  21e5d6c   added tests for elements and flatten
      adds  f20f3ba   added tests for elems and size
      adds  7cc859c   added tests for print and say
      adds  29e7079   tests for bless
      adds  35c3c4e   Added tests for ref. Support for Regexp, GLOB and REF 
missing, added TODO
      adds  dd983d6   tests for shift and unshift
      adds  4d67fdc   Added tests for pop and push. Fixed context bug in push.
      adds  5b47268   Added tests for keys and values. Patched so that it 
returns a list in list context (fixes RT 45421)
      adds  a910dbd   added test for split.t. Wasn't returning a list in list 
context, fixed it.
      adds  99e3389   Added test for substr. Found a bug when called with just 
two args. Fixed it.
      adds  cef4447   tests for rindex, and fixed a bug were it wouldn't give 
correct results when given no extra arguments
      adds  5b99c77   test ucfirst
      adds  06d9fa5   test uc
      adds  bfdc556   added test for reverse
      adds  0dd4967   added test for index
      adds  b78a3cd   added test for lcfirst
      adds  e2f1ca8   added test for length
      adds  b0912ec   added test for chop and a TODO
      adds  ca9e925   test chomp
      adds  1fca1cc   added tests for each
      adds  de990db   added test for foreach
      adds  06d4a27   added test for for. Found an off-by-one bug, fixed it
      adds  99f9486   added test for map
      adds  f201682   added test for curry
      adds  aaf0489   tested grep
      adds  35b870b   test numeric functions
      adds  19c8bef   test vec
      adds  02ccad0   added test for sprintf
      adds  5b51c30   added tests for pack and unpack. Fixed a bug in pack
      adds  cae4d37   test chr
      adds  1a50fc7   test ord
      adds  f9ad34d   test substitution operator
      adds  ab58984   improve branch coverage of to(), upto() and downto()
      adds  1a99dcc   Changed pop and shift to return the element removed 
rather than the modified array. This was the behavior in v0.6, changed in 0.7 
(by mistake I suppose)
      adds  af5739b   Merge branch 'master' of github.com:scrottie/autobox-Core
      adds  f5176f3   various fixes to tests to make perl 5.8 happy finish the 
work started on making Test::Output option
      adds  d96098b   tests into MANIFEST; VERSION bump; HISTORY section 
fluffed up
      adds  966a7f6   WHITESPACE PATCH!  YAY, YAY, YAY!
      adds  0c61d47   standard module layout
      adds  5cc8df4   RT #32547: more smart 3->times method
      adds  dade9ae   RT #45421: keys() and values() return an array ref?
      adds  06cdbd5   fix uninitialised warning
      adds  3ce7a22   RT #54546: Missing Copyright Information
      adds  e9dad9c   RT #55321: add support for %hash->slice
      adds  b23d712   Merge branch 'master' of github.com:scrottie/autobox-Core
      adds  736aa15   improve meta file
      adds  f72a79f   Merge branch 'master' of github.com:scrottie/autobox-Core
      adds  7adbf49   doc fixes including removing redundant copyright
      adds  ac29766   add test and docs for SCALAR::center(). Found a bug and 
fixed it
      adds  18088fa   added test and docs for flip(). Fixed a context bug
      adds  89c1b5a   remove HASH::merge, since it requires non-core dep
      adds  ee19861   remove tests that require Test::Warn
      adds  9705365   remove tests that require having Test::Exception
      adds  87f24f9   added tests and docs for is_number and related methods. 
Found a bug and fixed it. TODO'ed a bunch of tests to make these methods work 
for any reftype
      adds  7ab3ef4   implemented array methods: first/last_index, slice, 
range, head and tail. Docs and tests in too.
      adds  33e3d90   Merge branch 'master' of github.com:scrottie/autobox-Core
      adds  dad7fa1   remove test that requires Test::Exception in tail.t
      adds  c819f6a   add test for last_index()
      adds  1864ea3   Merge branch 'master' of github.com:scrottie/autobox-Core
      adds  f7b46fd   re-added the MANIFEST -- d'oh!
      adds  59613c6   removed ^H based formatting
      adds  14e5e1e   cleaned up todo comments; bumped version to 1.3 or 
something and added HISTORY for that
      adds  507ee78   removed the Changes file since I've been maintaining the 
HISTORY section in-line
      adds  aae015f   more tests
      adds  c635407   Merge branch 'master' of github.com:scrottie/autobox-Core
      adds  c420f49   fix MANIFEST
      adds  3796e62   move POD History section to standard Changes file
      adds  f770bff   fix dates
      adds  f7eb898   update README
      adds  550128c   Changelog header
      adds  0c28516   update autobox dependency to latest version
      adds  0b38e64   POD typo fixes.
      adds  dbfec8a   add test plans
      adds  3607bc5   Make $scalar->reverse always reverse $scalar, regardless 
of context
      adds  8d600b7   The context reverse() is called is irrelevant.
      adds  197ed78   Remove useless prototypes. Expand long methods.
      adds  a67def0   Ignore the MYMETA files.
      adds  88d7cbc   Add a MANIFEST.SKIP so "make manifest" is safer.
      adds  8c9b033   Log recent changes.  Organize changes.
      adds  977fbf6   Note the change to reverse in the log.
      adds  9c2d857   The last minor change log updates.
      adds  7a52936   Fix the version numbering scheme.
      adds  6c93b19   Version 1.21
      adds  8a0b95d   Guarantee that %hash->each iterates through the entire 
hash.
      adds  4c0177c   Remove whitespace [Gun.io WhitespaceBot]
      adds  10bf084   Merge pull request #8 from GunioRobot/clean
      adds  26e9cc0   add a defined() method for scalars. comment out times() 
for arrays as I don't understand it and it isn't doc'd. mostly, doc clean-up 
work, todo list/questions maintenance, and attempt to complete the docs where 
they were missing entries.
      adds  cc007ff   For #9
      adds  c11c541   Fixup the string methods.
      adds  1c34867   Fixup the numeric methods.
      adds  505a28b   Most of the existing reference method docs are 
unnecessary.
      adds  dd876d4   Fixup array methods.
      adds  5c1ba28   Fixup the hash methods.
      adds  5e74d0f   Fixup the code methods.
      adds  08df88d   Merge branch 'issue/9'
      adds  f4057ea   issue #11: add missing license metadata - thanks, 
kentfredric
      adds  c9ff675   made a start
      adds  dfdb3f4   more documentation fixes
      adds  5cc7095   Corrected synopsis with test
      adds  cac63b9   Delete the tests for times().
      adds  67f6a8a   Fix the tests for %hash->get()
      adds  773e81a   Pulled out binary operators, fixed tests to remove them 
also
      adds  77a0e7b   Merge branch 'master' into docs
      adds  69ef636   Fixed documents. Fixed xor Added repeat() Removed rshift, 
lshift and scalar flip
      adds  eb1e820   New version
      adds  be3afe0   v1.22 release
      adds  b5273f3   Merge pull request #18 from scrottie/docs
      adds  f019a1a   Merge branch 'master' of 
https://github.com/scrottie/autobox-Core
      adds  6c4da6a   Extra documentation changes
      adds  cffa7ff   v1.23 release
      adds  936b52a   Delete the stale META.yml from the repository.
      adds  62b2b35   Fixing manifest accidentally including tar ball
      adds  2ee2bf5   Fix hash ordering bug in flip test
      adds  b62b166   Merge pull request #20 from ilmari/patch-1
      adds  e2e5546   bump version to 1.25
      adds  9a83313   remove 'use feature' from t/synopsis.t.  that was cut and 
paste from the docs but wasn't actually necessary there.
      adds  7981520   bump to 1.26
      adds  3521ec4   bump version to 1.27 just to try to get a new .tar.gz up 
on PAUSE since the one up there grew an entry for './' for some reason that's 
owned by root and clobbers the file permissions on directories. bleah.
      adds  6d7852e   Handle systems without crypt()
      adds  183c576   Merge pull request #24 from Hugmeir/master
      adds  887f8d8   Changes entry for Hugeir's patch to make crypt() test 
optional depending on whether crypt() works
      adds  3b6d85d   bump version to 1.28
      adds  b070dc2   suppress experimental smartmatch warnings on newer perls
      adds  bd493ca   Merge pull request #27 from xenu/master
      adds  c571084   bump version to 1.29
      adds  4307245   fixed typo reported by myfwhite on annocpan
      adds  25814ff   get rid of eval and smartmatch (#25)
      adds  94c7e3f   update README. changed formatting as usual, every commit 
on this file introduces a new one :)
      adds  3232919   bump version
      adds  09a9a28   Imported Upstream version 1.30
       new  ffb6a51   Merge tag 'upstream/1.30'
       new  f73c42c   Update debian/changelog
       new  bbec0bd   Add a note about incompatible changes to debian/NEWS.
       new  6856a80   Update years of packaging copyright.
       new  44dfa1e   Reformat debian/control with cme
       new  70c78f7   Mark package as autopkgtest-able.
       new  d921806   Declare compliance with Debian Policy 3.9.6.
       new  1662e7d   Bump debhelper compatibility level to 9.
       new  971b090   Add a patch to fix a documentation spelling mistake.
       new  bb029f2   releasing package libautobox-core-perl version 1.30-1

The 12 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                       |  29 +++-
 META.json                     |   4 +-
 META.yml                      |  14 +-
 README                        | 396 ++++++++++++++++++++----------------------
 debian/NEWS                   |  11 ++
 debian/changelog              |  15 +-
 debian/compat                 |   2 +-
 debian/control                |   6 +-
 debian/copyright              |   2 +-
 debian/patches/series         |   1 +
 debian/patches/spelling.patch |  18 ++
 debian/upstream/metadata      |   6 +
 lib/autobox/Core.pm           |  79 +++------
 t/grep.t                      |  11 --
 14 files changed, 293 insertions(+), 301 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch
 create mode 100644 debian/upstream/metadata

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libautobox-core-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