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

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

      from  2610757   update changelog
      adds  68329af   initial import
      adds  97b8a34   check for hg, not svn
      adds  d8299ee   it works!
      adds  97498e8   Require List::Util and List::MoreUtils
      adds  3d5402e   require Perl 5.8+
      adds  d489927   Tweak summary
      adds  66e7d2f   add .shipit file
      adds  09301ea   Add release date
      adds  5e9f451   Added tag 0.01 for changeset 020ce286a64c
      adds  2aa5974   Update skip list
      adds  868da4f   Make sure to always export all List::Util functions
      adds  32f0e14   Add Makefile.PL
      adds  548d17d   bump version and updates changes
      adds  13d61bb   Added tag 0.02 for changeset 6401dd0a2748
      adds  8c4c48d   Small doc fix
      adds  8c8fff4   post hg conversion tweaks
      adds  4b11af5   post hg conversion tweaks
      adds  cc0bb2a   Update to latest List::MoreUtils docs
      adds  57add7e   Require List::MoreUtils 0.28
      adds  c171f20   First pass at dzilization
      adds  684e87f   Use done_testing
      adds  3a3fc1d   Tidy code
      adds  2b70ad4   Clean up whitespace
      adds  cc4e54b   Changes for next releaes
      adds  aa2ae02   Fix next token
      adds  dbe2360   Finish conversion to dzil
      adds  fb2609e   Update .gitignore
      adds  d33445a   Update dist.ini
      adds  100fa23   v0.03
      adds  a06f35e   Require List::Util 1.31 and copy docs from that release
      adds  e46b916   Fix typos from List::MoreUtils
      adds  2909cad   Update .gitignore
      adds  bb6381e   Use DROLSKY dzil plugin bundle
      adds  ed74cdc   Changes for next release
      adds  4392d66   Bump version
      adds  1bcc2c3   v0.04
      adds  51aa9f0   Require List::Util 1.31
      adds  d54c4fd   Changes for next release
      adds  d3cc00e   Bump version
      adds  b04aee0   v0.05
      adds  03ad20f   Remove extra whitespace
      adds  5faaa7f   Use Test::Warnings and bump $^W so we can see sub 
redefined warnings
      adds  382845e   Only import subs from List::MoreUtils and that List::Util 
doesn't already provide
      adds  f310fe8   Changes for next release
      adds  fe76b41   Bump version
      adds  9413df9   v0.06
      adds  b957682   Test explicit import of subs provided by MoreUtils
      adds  f92246c   Test that we can actually call imported functions from 
::Util and ::MoreUtils
      adds  a6cd955   Tags aren't prefixed with a colon in the %EXPORT_TAGS hash
      adds  39d1c7f   Changes for next release
      adds  db0e9fd   Bump version
      adds  30473f1   v0.07
      adds  fa1e69d   Add test for uniq imported from List::AllUtils
      adds  2369df2   Use LMU @EXPORT_OK instead of %EXPORT_TAGS
      adds  4fe2d46   Changes for next release
      adds  45bf620   Bump version
      adds  6c2a74a   Make SYNOPSIS compile
      adds  2a54191   Spell out okay
      adds  291ded4   Skip LinkCheck tests for now
      adds  33512ae   v0.08
      adds  dcd7957   fix missing Pod formatting code
      adds  60d7623   Clarify which of the modules wins when they both export a 
function
      adds  aa2188a   Bump version
      adds  a5ac545   Add README.md to repo
      adds  61f0573   v0.09
      adds  8a2e88a   Remove the .shipit file
      adds  7c7be0f   Make sure all does not mean :all
      adds  62414d2   Use List::SomeUtils 0.50 and copy its docs
      adds  d300d34   Ignore .tidyall.d
      adds  290f8b2   version is now in code
      adds  8f17a66   Update stopwords list
      adds  da990c6   Make critic happy
      adds  09455be   Add generated files
      adds  a11f080   Make test for sub redefined warnings much more specific
      adds  3c597e1   Doc MoreUtils -> SomeUtils in Changes
      adds  cec5480   Add test all my deps test
      adds  a570ac9   Ignore output from mydeps test
      adds  8934edb   Updage generated files
      adds  ffd5b30   Remove Test::CleanNamespaces plugin
      adds  866ae77   Make critic happy
      adds  85340b2   v0.10
      adds  a29e3a0   Bump version after release
      adds  7c2c352   Add .travis.yml
      adds  b501d08   Add List::UtilsBy to modules included by this distro
      adds  3d96a7b   No need for explicit Test::More version prereq since my 
bundle does that
      adds  d1f8904   Explicitly import from UtilsBy
      adds  e9a7711   Add stopwords for List::UtilsBy
      adds  21a4532   Fix typos in List::UtilsBy docs
      adds  9b0a15c   Changes for List::UtilsBy addition
      adds  20f3eab   v0.11
      adds  12dd5d6   Bump version after release
      adds  fb19ee3   Rename test file
      adds  7761d37   Fix exporting of List::UtilsBy and test it
      adds  87c7287   Skip all before loading Test::DependentModules
      adds  79dff7d   v0.12
      adds  02b7030   New upstream version 0.12
       new  1b47622   Merge tag 'upstream/0.12'
       new  090bdaa   Update debian/changelog
       new  bc0e114   Update versioned (build) dependencies.
       new  756494d   releasing package liblist-allutils-perl version 0.12-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:
 CONTRIBUTING.md                  |   4 +-
 Changes                          |   6 +
 MANIFEST                         |   9 +-
 META.json                        | 258 ++++++++++++++++++++++-----------------
 META.yml                         | 216 ++++++++++++++++++--------------
 Makefile.PL                      |   6 +-
 README.md                        |   4 +-
 cpanfile                         |   8 +-
 debian/changelog                 |   7 +-
 debian/control                   |   4 +-
 lib/List/AllUtils.pm             |  34 +++---
 t/00-report-prereqs.dd           |   8 +-
 t/{01-basic.t => basic.t}        |  12 +-
 t/prototype.t                    |  13 ++
 tidyall.ini                      |   2 +
 xt/author/eol.t                  |   5 +-
 xt/author/no-tabs.t              |   3 +-
 xt/author/pod-no404s.t           |  21 ----
 xt/author/pod-spell.t            |  38 +++---
 xt/author/portability.t          |   2 -
 xt/author/test-all-my-deps.t     |   8 +-
 xt/{release => author}/tidyall.t |   3 +-
 xt/release/pod-linkcheck.t       |  20 ---
 23 files changed, 379 insertions(+), 312 deletions(-)
 rename t/{01-basic.t => basic.t} (88%)
 create mode 100644 t/prototype.t
 delete mode 100644 xt/author/pod-no404s.t
 rename xt/{release => author}/tidyall.t (79%)
 delete mode 100644 xt/release/pod-linkcheck.t

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