[libtest-most-perl] branch master updated (d3cfc23 -> 4445d6d)

Florian Schlichting fsfs at moszumanska.debian.org
Sun Jan 12 21:22:15 UTC 2014


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

fsfs pushed a change to branch master
in repository libtest-most-perl.

      from  d3cfc23   Remove trailing whitespace
      adds  ba00e1f   Move to git (lost old repository, too)
      adds  21387ba   Update version number for release.
      adds  090021b   Depend on Test::More directly (not Test::Simple)
      adds  764444a   Have explain() rely on Test::More::note()
      adds  d823b57   Add Test::use::ok to prereqs.
      adds  2a507ac   Update version number.
      adds  0988c4b   Fixed the old name in the README.
      adds  2e550db   Test that we're adding strict;
      adds  323c465   Remove strict and warnings since they're no longer needed.
      adds  0143f2d   Bump up dependencies.
      adds  fb51d57   Latest Test::Exception to deal with a Sub::Uplevel issue.
      adds  ed7530f   Add repository and other version numbers.
      adds  4bf6b15   Automatically import strict and warnings.
      adds  03cbdfe   POD update. Make it clear that you can disable strict and warnings.
      adds  1a0546f   More POD updates to make it clear that you don't need to specify minimum versions.
      adds  47aba9a   Update META information.
      adds  ab89648   Test that we can exclude test modules.
      adds  459d671   Allow people to exclude test modules.
      adds  79a950b   Switch C<name> to L<name> so they become links
      adds  73c7585   Bump up version number and note changes.
      adds  d7f64d2   MANIFEST.SKIP
      adds  a203e92   Add always_explain and always_show.
      adds  a7ca838   Add date for release.
      adds  d35c7db   Automatic changes.
      adds  843b0a7   add ability to exclude specific symbols from import - RT#61146
      adds  0242c57   fix pod markup error
      adds  5371ae7   Prep for 0.23 release.
      adds  fddb362   Update deps to pick up bug fixes. Also bump version.
      adds  898ffda   Add tests for new timeit() function.
      adds  d4bf4bd   Add new timeit() function.
      adds  f56dd41   add ability to exclude specific symbols from import - RT#61146
      adds  289d004   fix pod markup error
      adds  2b58818   Merge branch 'master' of https://github.com/karenetheridge/test--most into karenetheridge-master
      adds  c0f471d   Fix variable name typo ($@ not @_)
      adds  67377d7   Merge pull request #5 from rwstauner/patch-1
      adds  11312fd   Remove generated files from the repo; Add .gitignore
      adds  5c70af0   Warn using Carp::carp
      adds  e017159   Merge pull request #4 from dolmen/fix/warn-with-Carp
      adds  7d48752   Update changes file. Bump up version number
      adds  fc407fb   Don't include 'blessed' (we can now run with Moose)
      adds  4ae6318   Test to recreate duplicate plan bug reported on #78564
      adds  3acb0c3   Symbols to be excluded are now removed from final @EXPORT.
      adds  306d343   typo fixes
      adds  ed5bb0f   Merge pull request #7 from dsteinbrunner/patch-1
      adds  9d4e43b   Fix undef sub in cleanup error.
      adds  24ce122   Switch to Makefile.PL
      adds  11536e9   Added a MANIFEST
      adds  27b7d3d   Added two more files to .gitignore
      adds  d054baf   Bump version number to replace bad CPAN upload
      adds  a92cf87   Imported Upstream version 0.33
       new  ac1c66c   Merge tag 'upstream/0.33'
       new  b1e2602   Import Upstream version 0.33
       new  f7758b0   Add upstream-repo URL to Source field
       new  ce78f3e   Email change: Florian Schlichting -> fsfs at debian.org
       new  c653023   Add myself to d/copyright
       new  8deb6ba   Drop build-dependency on Module::Build, obsoleted by switch to Makefile.PL
       new  4d9b058   Declare compliance with Debian Policy 3.9.5
       new  4445d6d   update changelog for release

The 8 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:
 Build.PL                         | 27 ---------------------
 Changes                          |  8 +++++++
 MANIFEST                         |  3 ++-
 META.json                        | 52 ++++++++++------------------------------
 META.yml                         | 37 ++++++++--------------------
 Makefile.PL                      | 45 +++++++++++++++++++---------------
 debian/changelog                 | 13 ++++++++--
 debian/control                   |  5 ++--
 debian/copyright                 |  2 ++
 lib/Test/Most.pm                 | 12 +++++-----
 lib/Test/Most/Exception.pm       |  4 ++--
 t/bug_duplicate_plan.t           |  7 ++++++
 t/lib/DuplicatePlanRegression.pm |  7 ++++++
 13 files changed, 95 insertions(+), 127 deletions(-)
 delete mode 100644 Build.PL
 create mode 100644 t/bug_duplicate_plan.t
 create mode 100644 t/lib/DuplicatePlanRegression.pm

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



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