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

gregoa pushed a change to annotated tag upstream/1.038.06
in repository libtest-prereq-perl.

        at  5d2cd60   (tag)
   tagging  72e8e76aba0db559c6469739069f03b4e8076c83 (commit)
  replaces  upstream/1.038.05
 tagged by  gregor herrmann
        on  Mon Jun 22 21:28:24 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 1.038.06

Graham TerMarsch (1):
      Support "recommends".

Jonas B. Nielsen (1):
      Added a new section to SYNOPSIS showing how to avoid the test if you are 
not the author. The test

brian d foy (176):
      * initial version of Test::Prereq
      * the script that started it all
      * initial versions
      * added a bit to find .pl files in the t directory and ignore them
      * changes file
      * added Changes file
      * added Build.pm to handle Module::Build
      * rewrote all Build.pm stuff.  the old stuff wasn't
      * noted in docs that this is alpha software
      * adjusted version number of latest release
      * added files to support Build.pm
      * add distribution pattern
      * fixed Build.pm so it could export a prereq_ok
      * make sure both modules export prereq_ok properly
      * bumped version number
      * added import.t
      * config data for release
      * added dist pattern
      * use 'do file' so Makefile.PL does not have to end in a true value
      * don't put these files in MANIFEST
      * from make manifest
      * version comes from Prereq.pm
      * fix variable name typo
      * added _get_from_prereqs to expand things
      * ignore release artifacts
      * bumped version
      * the tests don't work well with CPANPLUS
      * skip CPANPLUS stuff in tests
      * make man pages install in the right place
      * removed extra line calling _get_from_prereqs.  i should only do that
      * changes for 0.17
      * skip CPANPLUS by default
      * bumped version
      * stripped trailing whitespace
      * ignore MakeMaker artifacts
      * bumped version numbers in modules
      * for version 0.19
      * pod test optional now
      * Test::Pod no longer required---test is optional
      * Test::Pod is no longer a prereq, so do not find it
      * got rid of File::Find::Rule
      * added META.yml
      * for version 0.23
      * test for talk
      * for version 0.23
      * cleaned up distro, added README
      * bump version numbers to full releases (no longer alpha
      * ignore files created by Makemaker
      * added README
      * why did the last entry end up on a line above it?
      * for version 1.024
      * turn off all warnings to avoid 'redefine' errors
      * for version 1.025
      * fixed docc bug for command line invocation: you don't need to give
      * for version 1.026
      * I cleared up a bit of confusion about plans: prereq_ok now checks
      * for version 1.027
      * fixed several doc nits
      * for version 1.028
      * fixed some problems with the tests. No need to upgrade.
      * for version 1.29
      * When I overload WriteMakefile, I need to ensure it returns a true
      * for version 1.30
      * Updated dist for kwalitee
      * for version 1.30
      * Updated dist for kwalitee
      * fixed missing (
      * for version 1.31
      * for version 1.32
      * updated for copyright and license
      add examples directory
      * Fixed test warning about redefined prereq_ok. I get that because
      * let EU::MM make META.yml
      * add author to Makefile.PL
      * for version 1.33
      * added LICENSE and AUTHOR to Makefile.PL
      * Added Distribution::Guess::BuildSystem
      * play the CPANTS game by adding warnings
      * for version 1.34
      * for version 1.34
      * whitespace cleanups for MAkefile.PL. No big whoop.
      RT #42539: From Brian Phillips:
      Ignore artifacts
      Update versions
      Fixed version decimal places in Changes
      * Fully qualify calls to find() so Module::Install doesn't get to them 
first
      * for version 1.37
      * Convert to Module::Build
      * only ignore top-level Makefile.PL
      * Trying to switch to Module::Build; having a few hiccups
      * Delete a duplicated module file
      * Ignore MYMETA.yml
      * Move perl to build_requires, add the ::Build module to pm_files
      * Support configure_requires
      * Bail out correctly, rm SVN tag
      * Remove SVN keywords
      * Remove SVN keywords
      * Add a Makefile to test, since we're Build.PL by default now
      * Moved the test Build.PL to a Makefile.PL
      Take defaults from perl running the test, support CONFIGURE_REQUIRES and 
BUILD_REQUIRES
      * Module::Build and 5.010 is now the default behavior
      * Bump version to a dev version
      Use is_deeply and test for Test::Manifest
      Document the methods that Jonas mocked
      Bump versions
      * Use a t/test_manifest in case Test::Manifest is there
      Skip kwalitee checks and prereq tests (already in there)
      * Don't clean up t/test_manifest
      * Make prereq expansion with CPAN.pm optional
      * Ignore META.yml, a generated file
      Added /Users/brian/Dev/test-prereq/.travis.yml
      Remove old location of modules
      Change back to Makefile.PL since Module::Build is broken
      New module locations
      Use defaults in MANIFEST.SKIP
      Fix up versions in Changes
      Formatting fix
      Ignore MYMETA harder
      Ignore Makefile harder
      Update MANIFEST
      Use NORECURS to limit WriteMakefile to the current dir
      Add Build.PL test, reorganize testdir
      Main tests with Makefile.PL now
      Add TEST_REQUIRES
      Update MANIFEST for testdir
      * for version 1.38
      Get the right ExtUtils::MakeMaker for TEST_REQUIRES
      Handle Module::Build prereqs if on v5.8
      Bump version
      * for version 1.38_01
      Bump to next dev version
      * for version 1.38_02
      Bump version
      Extra diag messages to check if the perl version isn't in CoreList.
      * for version 1.38_03
      Fix a Changes boo-boo with ordering and a typo
      Bump version
      Add Module::CoreList is it's 5.8
      Refactor get_from_file, and add Module::CoreList for 5.8
      * for version 1.38_04
      Don't put Module::CoreList in from file, which is explicit dependencies.
      Move digs to every test
      bump version
      * for version 1.38_05
      Clean up Changes
      Remove .cvsignore
      Expand .travis.yml for coveralls, 5.20, helpers
      ignore these files
      Require 5.10
      Remove CVS tag
      Update copyright statement
      normalize Changes file
      normalize Changes header line according to CPAN::Changes::Spec
      Add author test for Changes file
      Fix changes.t for missing interpolated variable
      Date format for CPAN::Changes::Spec
      Modulino-ize Makefile.PL, Phase 1
      Die if we cannot load correct ExtUtils::MakeMaker
      More modernization of Makefile.PL
      Most of the modernization of Makefile.PL
      Update LICENSE file to include full license
      "Depend on File::Spec::Functions"
      Dist name from module
      clean up distdir
      set a package
      It's not bugtraker with no c
      The new README.pod, fit for GitHub
      Remove the old README (now README.pod)
      Update MANIFEST
      Add MIN_PERL_VERSION
      Add MIN_PERL_VERSION
      Add Pod to all the Makefile.PLs
      typo
      Bump version to next dev version
      Let Test::Prereq run Makefile.PL modulino
      * for version 1.038_06

gregor herrmann (2):
      Module::Build out in 5.20: RT #105398, https://bugs.debian.org/789479
      Imported Upstream version 1.038.06

jonasbn (1):
      Added some more overwrites of Module::Build methods

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

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/libtest-prereq-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