[libtest-version-perl] branch master updated (f035062 -> 49dd212)

gregor herrmann gregoa at debian.org
Mon Sep 8 18:20:10 UTC 2014


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

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

      from  f035062   update changelog
       new  ebcf3d0   Add debian/upstream/metadata
       new  4c3a4da   Update debian/changelog
      adds  42dd0db   initial import of Test-Version 0.01 from CPAN
      adds  5d7c9ee   import Test-Version 0.02 from CPAN
      adds  ff7fa65   dzil-ify Test::Version
      adds  c3b6530   update documentation about new release
      adds  c34d503   compile.t replaces
      adds  2805c97   correct first_version
      adds  0257f50   removing SubmittingPatches
      adds  42b45c8   do not index t/version
      adds  a521d9b   add note about deprecation
      adds  530440f   comment on the fact that no code changes were made
      adds  9c22cac   v0.03
      adds  a04e39d   initial commit
      adds  a6c156f   update MetaResources to be accurate
      adds  78819ea   write correct abstract
      adds  e859823   use modules
      adds  1020851   first working version
      adds  a34295b   rework api, and add preliminary tests
      adds  daaab6a   convert to TestingMania
      adds  8d6ff31   Set up perlcritic stuff
      adds  a8088a0   Always use version version 0.77, according to perldoc version
      adds  68217a8   Clearer default test description
      adds  41df86f   Only interpolate $version when it is valid
      adds  da54d2c   Allow exporting version_ok() and fix tests to pass
      adds  25b4d8e   Specify default dir to search if $dir omitted
      adds  75c1404   Fix reporting of failure location in version_all_ok()
      adds  e4f560d   fix whitespace
      adds  a076a1e   add return's for critic
      adds  bae5146   use a tabular ternary, per PBP
      adds  d4a3342   reduce strictness of critic for package variables
      adds  54e4f6a   override perl critic locally, increase strictness
      adds  dd48d4b   use version_ok
      adds  9d20279   test version_ok_all
      adds  eaac25a   test more cases, and fix noversion failing twice
      adds  78213b4   do not index corpus
      adds  1cd06c8   create skeleton of documentation
      adds  76e9652   use ||= instead of unless
      adds  f7a806c   Merge original Test::HasValidVersion codebase
      adds  9668eab   give Mike Doherty an author credit
      adds  331d891   document module
      adds  38f0bb1   add CREDITS
      adds  6981611   v0.04
      adds  6123122   use Test::Tester for all
      adds  2b98b01   don't use boolean
      adds  db2358a   v0.05
      adds  05d58d7   better define diag messages, and use Test::Tester
      adds  c5ee9b2   only test oks for all_version_ok
      adds  6df3e28   simply print the unsorted array
      adds  04699bd   remove spell command from dist.ini
      adds  5ababf2   remember to check that the perl module exists
      adds  7c30c66   remember to return if no_file
      adds  ae15fa8   v0.06
      adds  9bbac9a   don't use diag to print VERSION_OK
      adds  99213fa   document NO_FILE
      adds  a5a3877   document known limitations
      adds  e9cd179   spelling correction
      adds  65aa37b   expand documentation
      adds  ec6d808   fix spelling, links, pod
      adds  4c91a3d   v0.07
      adds  83aaa70   split file exists test
      adds  5771173   document use 0.04 or later only
      adds  d38a979   correct logic error in test
      adds  2e1e9f2   number tests according to their return code
      adds  47fda16   add test for non existant file
      adds  4b3ea22   add a test for FILE_NOT_DEFINED
      adds  4a6a4c0   tired fo trying to get it to not warn
      adds  57d3074   use note, not diag
      adds  d1c9acb   test with Test::Version
      adds  205bda4   v0.08
      adds  c8fb766   readdd file-not defined for future inclusion
      adds  6061ef2   temporarily turn off warnings
      adds  9dceff1   initial commit
      adds  275f943   clean dist after release
      adds  89ea681   Merge remote-tracking branch 'dzil-base/master'
      adds  c318639   v0.09
      adds  84b9e30   Sanitize the input to version_check() to prevent a warning when there's no file given.
      adds  e2a27ab   Fix version_ok() to return true on pass, false on failure, like other test functions do.
      adds  ce52c2d   Make the failure diagnostics human readable.
      adds  465a17b   Don't change the name of the test out from under the user nor between passing and failing.
      adds  1a75665   Quote the version in the name to be consistent with the diagnostics.
      adds  f1c9a85   TestingMania now includes Test::Version
      adds  1e3c2bb   merge schwern's gitignore
      adds  172a7f8   v0.10
      adds  8f14128   use 0.86
      adds  a0ebff1   v0.11
      adds  0e0552d   add acknowledgments for source contributors
      adds  394de4d   v1.0.0
      adds  72c6202   encase email addreses in <> for readability
      adds  b7a5e0c   remove stuff no longer necessary to podspell
      adds  e34bc29   expand weaver to use default config
      adds  e0410ce   attempt to add bugs section to weaver.ini
      adds  4cb84a7   fix how bugs is defined
      adds  95a2d77   don't expand the whole weaver.ini just for one module
      adds  5e5166a   Revert "don't expand the whole weaver.ini just for one module"
      adds  c4f2b13   set critic verbosity to 9
      adds  a599bee   make default .gitignore more robust by copying schwerns
      adds  2029a46   use GitHub::Meta to get meta resources
      adds  708019e   use the bundle
      adds  f22c663   PodSpellingTests changed names
      adds  0b7eddf   Merge remote-tracking branch 'dzil-base/master'
      adds  da8c3ac   rename test
      adds  f195a2c   check versions with is_strict
      adds  77eeedb   vv1.1.0
      adds  636c35f   use semantic versioning which starts with v
      adds  7fb235c   more git tags
      adds  30c8476   add ReportVersions::Tiny
      adds  98687d8   Merge remote-tracking branch 'dzil-base/master' into next
      adds  63595c6   use a config hash
      adds  39ce9e9   throw exceptions when api used wrong
      adds  1067de9   fix test for strictness
      adds  243a4df   remove duplicated test
      adds  e09a230   correct is strict algorithm
      adds  6667320   use variable is_strict and don't run check unless it's set
      adds  5c2de74   croak instead of failing test if dir doesn't exist
      adds  0489a08   lexicalize $test object
      adds  50b7170   add a has_version feature
      adds  aa5a29e   remove ReportVersions
      adds  4ea073d   re-export is_lax/strict
      adds  1abc034   import not subject to same rules
      adds  da90298   ReportVersions doesn't cause warnings Tiny does
      adds  0058655   Merge remote-tracking branch 'dzil-base/master'
      adds  448981b   Merge branch 'master' into next
      adds  41845e1   use pod =function
      adds  f2790cc   documentation
      adds  705c41b   update link
      adds  b750aba   allowing setting in the environment seems like a bad idea
      adds  838ec30   update synopsis and minor corrections
      adds  e055b90   add punctuation
      adds  5cdef12   undo failmatting
      adds  d76ffbb   fix synopsis code
      adds  c0bfc8c   1.001001
      adds  703b10d   use Module::Metadata
      adds  03547fa   pod corrections
      adds  0a967ae   1.001002
      adds  42b459f   Merge branch 'next' into pu
      adds  57ca129   it appears that a Big Int is not a valid version
      adds  0130960   1.001003
      adds  17b6eb4   test to see that a dist has at least one version
      adds  1be782e   no idea why these were +x stripping
      adds  2a62b1e   change version string
      adds  eeef6be   Merge remote-tracking branch 'dzil-base/master' into next
      adds  7db2f4d   generate the dist name in Changes
      adds  5ea217e   add test to check for  at least one version
      adds  e75533e   improve error message
      adds  891014b   1.002000
      adds  9b8ea6f   1.002001
      adds  2e88d12   remove stopwords
      adds  25ce820   remove copyright year
      adds  839de8d   revamp tests and pod
      adds  0093ddd   add Test::Synopsis
      adds  30adcf7   add  a contributing file
      adds  5871ce0   in synopsis, import version_all_ok instead of version_ok
      adds  9a593c2   use autometaresources
      adds  04a2460   add Git::Remote::Check
      adds  0fa50ab   1.002003
      adds  5eb75b7   whitespace
      adds  9097e0d   it was also GH #7
      adds  b112326   fix whitespace
      adds  e89189a   can't set has_version to false
      adds  fb61a73   remove numbers from tests
      adds  fe5f13c   add encoding
      adds  236e0b6   fix bug exposed in arguments
      adds  561fee6   1.002004
      adds  1453652   add travis ci
      adds  1fbb09c   add contributors to authordeps
      adds  8752102   convert ot authorbundle
      adds  62595a4   add travis config
      adds  6f6524e   need to have a certain version of Test::Builder
      adds  a35fcb5   Revert "need to have a certain version of Test::Builder"
      adds  9191233   implement GH#4
      adds  60e741f   add perl 5.20 to CI
      adds  30d69dc   1.003000
      adds  937ca1a   remove _get_version, inline intead
      adds  eba74c4   1.003001
      adds  5176e3b   Imported Upstream version 1.003001
       new  5e384b3   Merge tag 'upstream/1.003001'
       new  51d1cab   Update debian/changelog
       new  4b40292   Add autopkgtest control file.
       new  8a19659   debian/copyright: update copyright years.
       new  49dd212   releasing package libtest-version-perl version 1.003001-1

The 7 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                                            |   7 +
 LICENSE                                            |   2 +-
 MANIFEST                                           |  31 ++--
 META.json                                          |  23 ++-
 META.yml                                           |  47 +++---
 Makefile.PL                                        |  16 +-
 README                                             |  10 +-
 debian/changelog                                   |  10 +-
 debian/copyright                                   |   4 +-
 debian/tests/control                               |   8 +
 debian/tests/test-files                            |   2 +
 debian/upstream/metadata                           |   7 +
 lib/Test/Version.pm                                |  36 +++--
 t/00-compile.t                                     |   8 +-
 t/00-report-prereqs.dd                             |  46 ++++++
 t/00-report-prereqs.t                              | 176 +++++++++++++++++++++
 t/000-report-versions-tiny.t                       |  85 ----------
 t/all-has-version-false.t                          |   5 +-
 t/all.t                                            |   2 +-
 t/at-least-one-version.t                           |   5 +-
 t/author-pod-spell.t                               |  36 -----
 t/author-test-eol.t                                |  16 --
 t/fail.t                                           |   2 +-
 t/file-not-defined.t                               |   2 +-
 t/no-file.t                                        |   2 +-
 t/noversion.t                                      |   2 +-
 t/pass.t                                           |   2 +-
 t/release-dist-manifest.t                          |  16 --
 t/release-distmeta.t                               |  15 --
 t/release-meta-json.t                              |  14 --
 t/release-mojibake.t                               |  20 ---
 t/release-pod-coverage.t                           |  21 ---
 t/release-pod-linkcheck.t                          |  28 ----
 t/release-pod-syntax.t                             |  15 --
 t/release-synopsis.t                               |  16 --
 t/release-unused-vars.t                            |  16 --
 t/strict.t                                         |   5 +-
 t/author-critic.t => xt/author/critic.t            |   8 -
 xt/author/test-eol.t                               |   8 +
 .../release/cpan-changes.t                         |   8 -
 xt/release/dist-manifest.t                         |   8 +
 xt/release/meta-json.t                             |   6 +
 .../release/minimum-version.t                      |   8 -
 xt/release/pod-coverage.t                          |   7 +
 xt/release/pod-syntax.t                            |   6 +
 .../release/portability.t                          |   8 -
 .../release/test-version.t                         |   8 -
 xt/release/unused-vars.t                           |  14 ++
 48 files changed, 418 insertions(+), 429 deletions(-)
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/test-files
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/000-report-versions-tiny.t
 delete mode 100644 t/author-pod-spell.t
 delete mode 100644 t/author-test-eol.t
 delete mode 100644 t/release-dist-manifest.t
 delete mode 100644 t/release-distmeta.t
 delete mode 100644 t/release-meta-json.t
 delete mode 100644 t/release-mojibake.t
 delete mode 100644 t/release-pod-coverage.t
 delete mode 100644 t/release-pod-linkcheck.t
 delete mode 100644 t/release-pod-syntax.t
 delete mode 100644 t/release-synopsis.t
 delete mode 100644 t/release-unused-vars.t
 rename t/author-critic.t => xt/author/critic.t (65%)
 create mode 100644 xt/author/test-eol.t
 rename t/release-cpan-changes.t => xt/release/cpan-changes.t (53%)
 create mode 100644 xt/release/dist-manifest.t
 create mode 100644 xt/release/meta-json.t
 rename t/release-minimum-version.t => xt/release/minimum-version.t (53%)
 create mode 100644 xt/release/pod-coverage.t
 create mode 100644 xt/release/pod-syntax.t
 rename t/release-portability.t => xt/release/portability.t (54%)
 rename t/release-test-version.t => xt/release/test-version.t (72%)
 create mode 100644 xt/release/unused-vars.t

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



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