[libautobox-core-perl] annotated tag upstream/1.30 created (now f15634f)

gregor herrmann gregoa at debian.org
Mon Nov 30 18:45:04 UTC 2015


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

gregoa pushed a change to annotated tag upstream/1.30
in repository libautobox-core-perl.

        at  f15634f   (tag)
   tagging  09a9a289c291eea3ed655cea96717c1d6f3e9f65 (commit)
  replaces  upstream/1.28
 tagged by  gregor herrmann
        on  Mon Nov 30 19:25:33 2015 +0100

- Log -----------------------------------------------------------------
Upstream version 1.30

Brian Fraser (1):
      Handle systems without crypt()

Bruno Vecchi (47):
      added .gitignore
      Added test for lc
      added test for join
      added test for sort
      added tests for elements and flatten
      added tests for elems and size
      added tests for print and say
      tests for bless
      Added tests for ref. Support for Regexp, GLOB and REF missing, added
      tests for shift and unshift
      Added tests for pop and push. Fixed context bug in push.
      Added tests for keys and values. Patched so that it returns a list in list context (fixes RT 45421)
      added test for split.t. Wasn't returning a list in list context, fixed it.
      Added test for substr. Found a bug when called with just two args. Fixed it.
      tests for rindex, and fixed a bug were it wouldn't give correct results when given no extra arguments
      test ucfirst
      test uc
      added test for reverse
      added test for index
      added test for lcfirst
      added test for length
      added test for chop and a TODO
      test chomp
      added tests for each
      added test for foreach
      added test for for. Found an off-by-one bug, fixed it
      added test for map
      added test for curry
      tested grep
      test numeric functions
      test vec
      added test for sprintf
      added tests for pack and unpack. Fixed a bug in pack
      test chr
      test ord
      test substitution operator
      improve branch coverage of to(), upto() and downto()
      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)
      add test and docs for SCALAR::center(). Found a bug and fixed it
      added test and docs for flip(). Fixed a context bug
      remove HASH::merge, since it requires non-core dep
      remove tests that require Test::Warn
      remove tests that require having Test::Exception
      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
      implemented array methods: first/last_index, slice, range, head and tail. Docs and tests in too.
      remove test that requires Test::Exception in tail.t
      add test for last_index()

Dagfinn Ilmari Mannsåker (1):
      Fix hash ordering bug in flip test

Gun.io Whitespace Robot (1):
      Remove whitespace [Gun.io WhitespaceBot]

Jacinta (2):
      made a start
      more documentation fixes

Jacinta Richardson (10):
      Corrected synopsis with test
      Pulled out binary operators, fixed tests to remove them also
      Merge branch 'master' into docs
      Fixed documents.
      New version
      v1.22 release
      Merge branch 'master' of https://github.com/scrottie/autobox-Core
      Extra documentation changes
      v1.23 release
      Fixing manifest accidentally including tar ball

Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (7):
      standard module layout
      RT #32547: more smart 3->times method
      RT #45421: keys() and values() return an array ref?
      fix uninitialised warning
      RT #54546: Missing Copyright Information
      improve meta file
      more tests

Michael G. Schwern (24):
      POD typo fixes.
      The context reverse() is called is irrelevant.
      Remove useless prototypes. Expand long methods.
      Ignore the MYMETA files.
      Add a MANIFEST.SKIP so "make manifest" is safer.
      Log recent changes.  Organize changes.
      Note the change to reverse in the log.
      The last minor change log updates.
      Fix the version numbering scheme.
      Version 1.21
      Guarantee that %hash->each iterates through the entire hash.
      Merge pull request #8 from GunioRobot/clean
      Fixup the string methods.
      Fixup the numeric methods.
      Most of the existing reference method docs are unnecessary.
      Fixup array methods.
      Fixup the hash methods.
      Fixup the code methods.
      Merge branch 'issue/9'
      Delete the tests for times().
      Fix the tests for %hash->get()
      Merge pull request #18 from scrottie/docs
      Delete the stale META.yml from the repository.
      Merge pull request #20 from ilmari/patch-1

Mike Doherty (1):
      Make $scalar->reverse always reverse $scalar, regardless of context

Scott Walters (35):
      initial import of autobox::Core 0.1 from CPAN
      import autobox::Core 0.2 from CPAN
      import autobox::Core 0.3 from CPAN
      import autobox::Core 0.4 from CPAN
      import autobox::Core 0.5 from CPAN
      import autobox::Core 0.6 from CPAN
      merge features/code from perl5i; take tests from perl5i; doc revamp
      ongoing doc cleanups
      grep tests passing under 5.8 and 5.10; 5.10 has three more tests that run/three more use cases
      tidying before release... version number correction; doc fixes;
      added stuff to the todo list in the comments at the top of the code
      apparently I copied t/grep from perl5i, modified it, and forgot to add/commit it.
      Merge branch 'master' of github.com:scrottie/autobox-Core
      various fixes to tests to make perl 5.8 happy
      tests into MANIFEST; VERSION bump; HISTORY section fluffed up
      WHITESPACE PATCH!  YAY, YAY, YAY!
      Merge branch 'master' of github.com:scrottie/autobox-Core
      Merge branch 'master' of github.com:scrottie/autobox-Core
      doc fixes including removing redundant copyright
      Merge branch 'master' of github.com:scrottie/autobox-Core
      Merge branch 'master' of github.com:scrottie/autobox-Core
      re-added the MANIFEST -- d'oh!
      removed ^H based formatting
      cleaned up todo comments; bumped version to 1.3 or something and added HISTORY for that
      removed the Changes file since I've been maintaining the HISTORY section in-line
      Merge branch 'master' of github.com:scrottie/autobox-Core
      add a defined() method for scalars.
      bump version to 1.25
      remove 'use feature' from t/synopsis.t.  that was cut and paste from the docs but wasn't actually necessary there.
      bump to 1.26
      bump version to 1.27 just to try to get a new .tar.gz up on PAUSE
      Merge pull request #24 from Hugmeir/master
      Changes entry for Hugeir's patch to make crypt() test optional depending on whether crypt() works
      bump version to 1.28
      Merge pull request #27 from xenu/master

Shivani (1):
      For #9

Tomasz Konojacki (6):
      suppress experimental smartmatch warnings on newer perls
      bump version to 1.29
      fixed typo reported by myfwhite on annocpan
      get rid of eval and smartmatch (#25)
      update README. changed formatting as usual, every commit on this file introduces a new one :)
      bump version

chocolateboy (9):
      RT #55321: add support for %hash->slice
      fix MANIFEST
      move POD History section to standard Changes file
      fix dates
      update README
      Changelog header
      update autobox dependency to latest version
      add test plans
      issue #11: add missing license metadata - thanks, kentfredric

gregor herrmann (1):
      Imported Upstream version 1.30

-----------------------------------------------------------------------

No new revisions were added by this update.

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



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