[libtest-prereq-perl] branch master updated (7d1b60a -> 054d46c)

gregor herrmann gregoa at debian.org
Mon Jun 22 20:29:46 UTC 2015


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

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

      from  7d1b60a   releasing package libtest-prereq-perl version 1.038.05-1
       new  a8c8569   Temporarily allow development releases in debian/watch.
       new  5de330b   update changelog
      adds  8b0d49e   * initial version of Test::Prereq
      adds  a07aead   * the script that started it all
      adds  36cb6d7   * initial versions
      adds  fa7d723   * added a bit to find .pl files in the t directory and ignore them
      adds  b4b173b   * changes file
      adds  461ec63   * added Changes file * cleaned up Makefile.PL
      adds  0b3a846   * added Build.pm to handle Module::Build * changed Prereq.pm to use an internal object so Build.pm can subclass it * made the @prereqs a package variable so all modules can interact with it.
      adds  0a4d0bb   * rewrote all Build.pm stuff.  the old stuff wasn't doing it (don't think it was ever tested).  now i just override Module::Build->new and return my own object which does nothing.
      adds  479a711   * noted in docs that this is alpha software
      adds  633180c   * adjusted version number of latest release
      adds  77dbce7   * added files to support Build.pm
      adds  aff52c5   * add distribution pattern
      adds  e057b76   * fixed Build.pm so it could export a prereq_ok * the meat of prereq_ok moves to a private function, _prereq_check, so the wrapper function, prereq_ok, can show up in both packages
      adds  be7d066   * make sure both modules export prereq_ok properly
      adds  782bcea   * bumped version number
      adds  d270e71   * added import.t
      adds  b71947c   * config data for release
      adds  690d859   * added dist pattern
      adds  c63f4ac   * use 'do file' so Makefile.PL does not have to end in a true value
      adds  812b0f6   * don't put these files in MANIFEST
      adds  2a1327f   * from make manifest
      adds  e9423a0   * version comes from Prereq.pm * clean up PREREQ_PM * added dist pattern to clean target
      adds  9163886   * fix variable name typo
      adds  25f258d   * added _get_from_prereqs to expand things in PREREQ_PM to find modules within distros.  you can put 'Tk' in there, then use a Tk module in your code and prereq_ok won't complain
      adds  24be228   * ignore release artifacts
      adds  cc77c52   * bumped version
      adds  2f56863   * the tests don't work well with CPANPLUS * added a bit more error reporting to see what CPAN Testers does
      adds  f16e227   * skip CPANPLUS stuff in tests
      adds  7eae6e1   * make man pages install in the right place * fixed mis-use of variable in test.  darn CPANPLUS\!
      adds  7878798   * removed extra line calling _get_from_prereqs.  i should only do that if anything is left over so i don't get the expense of CPAN without the need for it.
      adds  76f2c69   * changes for 0.17
      adds  fb05017   * skip CPANPLUS by default
      adds  1b50042   * bumped version
      adds  98cbdeb   * stripped trailing whitespace
      adds  61a7afd   * ignore MakeMaker artifacts
      adds  a8fd60b   * bumped version numbers in modules
      adds  1cc9451   * for version 0.19
      adds  40887e7   * pod test optional now
      adds  7c117f1   * Test::Pod no longer required---test is optional
      adds  5809936   * Test::Pod is no longer a prereq, so do not find it
      adds  54c7c45   * got rid of File::Find::Rule
      adds  0fe997a   * added META.yml
      adds  a974172   * for version 0.23
      adds  facf8ca   * test for talk
      adds  b6a1ba9   * for version 0.23
      adds  2cb6b26   * cleaned up distro, added README
      adds  ad8c18f   * bump version numbers to full releases (no longer alpha
      adds  4cd7090   * ignore files created by Makemaker
      adds  4175dad   * added README
      adds  10c2209   * why did the last entry end up on a line above it?
      adds  6287c57   * for version 1.024
      adds  85e7fe1   * turn off all warnings to avoid 'redefine' errors
      adds  ccf2d51   * for version 1.025
      adds  01e2941   * fixed docc bug for command line invocation: you don't need to give Test::More a plan since prereq_ok does that for you.
      adds  2480898   * for version 1.026
      adds  eaed852   * I cleared up a bit of confusion about plans: prereq_ok now checks if a plan is already in place.  If there is already a plan, it doesn't bother with that stuff. If there isn't a plan (but not  the literal "no_plan"), it sets a plan of one test.
      adds  3d4ca76   * for version 1.027
      adds  a730e0e   * fixed several doc nits
      adds  60c3a6e   * for version 1.028
      adds  36c28c8   * fixed some problems with the tests. No need to upgrade.
      adds  3766f01   * for version 1.29
      adds  2f42390   * When I overload WriteMakefile, I need to ensure it returns a true value. Previously I had @Test::Prereq::prereqs as the loast evaluated statement, so if there were no prereqs, the last evaluated expression was the empty list. That caused _get_prereqs to think something went wrong.
      adds  e18432c   * for version 1.30
      adds  7eab12f   * Updated dist for kwalitee
      adds  1ccf26f   * for version 1.30
      adds  871b548   * Updated dist for kwalitee
      adds  695a78a   * fixed missing (
      adds  3d43e86   * for version 1.31
      adds  f7e85c4   * for version 1.32
      adds  75c8144   * updated for copyright and license
      adds  4423d85   add examples directory
      adds  4808c14   * Fixed test warning about redefined prereq_ok. I get that because I load both Test::Prereq and Test::Prereq::Build, which normally shouldn't happen
      adds  65fe836   * let EU::MM make META.yml
      adds  70a9cdc   * add author to Makefile.PL
      adds  3818058   * for version 1.33
      adds  49a268c   * added LICENSE and AUTHOR to Makefile.PL
      adds  354f02b   * Added Distribution::Guess::BuildSystem
      adds  e2e80fc   * play the CPANTS game by adding warnings
      adds  26ee18f   * for version 1.34
      adds  54cf0dd   * for version 1.34
      adds  012492c   * whitespace cleanups for MAkefile.PL. No big whoop.
      adds  5158015   RT #42539: From Brian Phillips:
      adds  1a40a3e   Ignore artifacts
      adds  d282d7c   Update versions
      adds  918516e   Fixed version decimal places in Changes
      adds  13aec09   * Fully qualify calls to find() so Module::Install doesn't get to them first
      adds  4001301   * for version 1.37
      adds  0ff8dee   * Convert to Module::Build
      adds  283571e   * only ignore top-level Makefile.PL
      adds  79f52f2   * Trying to switch to Module::Build; having a few hiccups
      adds  59ed8d3   Added a new section to SYNOPSIS showing how to avoid the test if you are not the author. The test uses the environment variable TEST_AUTHOR, which is utilized widely on CPAN. My test suite took 15 seconds to finish with TEST_AUTHOR enabled, 2 seconds without, so this is clearly a recommendation for use for not wearing out non-authors and smoke testers.
      adds  fbaf97e   * Delete a duplicated module file
      adds  2af931f   * Ignore MYMETA.yml
      adds  20a06ba   * Move perl to build_requires, add the ::Build module to pm_files
      adds  306f08b   * Support configure_requires
      adds  9bfef52   * Bail out correctly, rm SVN tag
      adds  beed625   * Remove SVN keywords
      adds  9b765b5   * Remove SVN keywords
      adds  1fd6867   * Add a Makefile to test, since we're Build.PL by default now
      adds  cf7f7f5   * Moved the test Build.PL to a Makefile.PL
      adds  e4dfb4c   Take defaults from perl running the test, support CONFIGURE_REQUIRES and BUILD_REQUIRES
      adds  c9eea8a   * Module::Build and 5.010 is now the default behavior
      adds  1f75db4   * Bump version to a dev version
      adds  1f69ed6   Support "recommends".
      adds  a27deec   Added some more overwrites of Module::Build methods
      adds  8ca09c0   Use is_deeply and test for Test::Manifest
      adds  ac62664   Document the methods that Jonas mocked
      adds  1afee90   Bump versions
      adds  9fadbc7   * Use a t/test_manifest in case Test::Manifest is there
      adds  afb8b0a   Skip kwalitee checks and prereq tests (already in there)
      adds  0ebb606   * Don't clean up t/test_manifest
      adds  91f3c4b   * Make prereq expansion with CPAN.pm optional
      adds  76c65ff   * Ignore META.yml, a generated file
      adds  5699521   Added /Users/brian/Dev/test-prereq/.travis.yml
      adds  be969df   Remove old location of modules
      adds  17a1b3d   Change back to Makefile.PL since Module::Build is broken
      adds  606324e   New module locations
      adds  7e30588   Use defaults in MANIFEST.SKIP
      adds  f23a2e3   Fix up versions in Changes
      adds  348a49d   Formatting fix
      adds  1117445   Ignore MYMETA harder
      adds  4eff93b   Ignore Makefile harder
      adds  83df1bc   Update MANIFEST
      adds  df6f31d   Use NORECURS to limit WriteMakefile to the current dir
      adds  1dd481a   Add Build.PL test, reorganize testdir
      adds  e0c2f3d   Main tests with Makefile.PL now
      adds  f2585a2   Add TEST_REQUIRES
      adds  86351cd   Update MANIFEST for testdir
      adds  8c7bf80   * for version 1.38
      adds  5509ff1   Get the right ExtUtils::MakeMaker for TEST_REQUIRES
      adds  82593cf   Handle Module::Build prereqs if on v5.8
      adds  3cbc3d9   Bump version
      adds  cf1e9fb   * for version 1.38_01
      adds  a16c411   Bump to next dev version
      adds  932e70f   * for version 1.38_02
      adds  848f95a   Bump version
      adds  a915793   Extra diag messages to check if the perl version isn't in CoreList.
      adds  0beea51   * for version 1.38_03
      adds  b152043   Fix a Changes boo-boo with ordering and a typo
      adds  2ce255c   Bump version
      adds  3989f35   Add Module::CoreList is it's 5.8
      adds  5e81c95   Refactor get_from_file, and add Module::CoreList for 5.8
      adds  672812e   * for version 1.38_04
      adds  0f195e6   Don't put Module::CoreList in from file, which is explicit dependencies.
      adds  6b5bc8f   Move digs to every test
      adds  b4b067f   bump version
      adds  7565cd3   * for version 1.38_05
      adds  2a75305   Clean up Changes
      adds  2cc7172   Remove .cvsignore
      adds  44ec7b0   Expand .travis.yml for coveralls, 5.20, helpers
      adds  6d9850c   ignore these files
      adds  752d3cb   Require 5.10
      adds  2dc9b5d   Remove CVS tag
      adds  d03ada6   Update copyright statement
      adds  47bf3f0   normalize Changes file
      adds  806bfdb   normalize Changes header line according to CPAN::Changes::Spec
      adds  ca27150   Add author test for Changes file
      adds  17302cc   Fix changes.t for missing interpolated variable
      adds  87f3b59   Date format for CPAN::Changes::Spec
      adds  9839494   Modulino-ize Makefile.PL, Phase 1
      adds  45451f8   Die if we cannot load correct ExtUtils::MakeMaker
      adds  a05c74d   More modernization of Makefile.PL
      adds  89bdb3b   Most of the modernization of Makefile.PL
      adds  101f33d   Update LICENSE file to include full license
      adds  4ea3e28   "Depend on File::Spec::Functions"
      adds  21abb16   Dist name from module
      adds  d631346   clean up distdir
      adds  aaf7744   set a package
      adds  629ad84   It's not bugtraker with no c
      adds  3ef3089   The new README.pod, fit for GitHub
      adds  7df5ea4   Remove the old README (now README.pod)
      adds  11d925c   Update MANIFEST
      adds  d4dbbdf   Add MIN_PERL_VERSION
      adds  6266532   Add MIN_PERL_VERSION
      adds  d3584ab   Add Pod to all the Makefile.PLs
      adds  d74dce5   typo
      adds  e0ef145   Module::Build out in 5.20: RT #105398, https://bugs.debian.org/789479
      adds  370b68f   Bump version to next dev version
      adds  2e7157c   Let Test::Prereq run Makefile.PL modulino
      adds  2f98ab1   * for version 1.038_06
      adds  72e8e76   Imported Upstream version 1.038.06
       new  2c7b405   Merge tag 'upstream/1.038.06'
       new  6a61831   update changelog
       new  e1f61dd   Drop module-build.patch, merged upstream.
       new  a5a7fb0   Update debian/upstream/metadata.
       new  a78131f   Update upstream copyright years and license.
       new  2eb0142   Don't install Test/README.pod and Test::README.3pm.
       new  054d46c   releasing package libtest-prereq-perl version 1.038.06-1

The 9 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                           |  99 ++++++++++---------
 LICENSE                           | 178 +++++++++++++++++++++++++++++++++-
 MANIFEST                          |   3 +-
 META.json                         |  21 ++--
 META.yml                          |  27 +++---
 Makefile.PL                       | 108 ++++++++++++++++++---
 README                            |  27 ------
 README.pod                        | 114 ++++++++++++++++++++++
 debian/changelog                  |  11 +++
 debian/copyright                  | 195 +++++++++++++++++++++++++++++++++++++-
 debian/patches/module-build.patch |  40 --------
 debian/patches/series             |   1 -
 debian/rules                      |   7 ++
 debian/upstream/metadata          |   4 +-
 debian/watch                      |   4 +
 lib/Test/Prereq.pm                |  12 ++-
 lib/Test/Prereq/Build.pm          |   4 +-
 t/get_loaded_modules.t            |   2 +-
 t/prereq_ok.t                     |   2 +-
 t/prior_plan.t                    |   2 +-
 xt/changes.t                      |   4 +
 21 files changed, 702 insertions(+), 163 deletions(-)
 delete mode 100644 README
 create mode 100644 README.pod
 delete mode 100644 debian/patches/module-build.patch
 delete mode 100644 debian/patches/series
 create mode 100644 xt/changes.t

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



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