[libdist-zilla-plugin-test-notabs-perl] branch master updated (f3b2025 -> ddf4a0d)

Intrigeri intrigeri at moszumanska.debian.org
Sat May 3 12:36:47 UTC 2014


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

intrigeri pushed a change to branch master
in repository libdist-zilla-plugin-test-notabs-perl.

      from  f3b2025   update changelog
       new  e88dab8   Add upstream/metadata file.
      adds  562260d   Split off of Plugin::SanityTests
      adds  44677b4   Distify
      adds  2a0d1a3   Add .gitignore
      adds  60984da   Version 0.01
      adds  262e86b   mandatorily require Test::NoTabs
      adds  23a629d   inject develop requires prereqs
      adds  6a4bb5b   munge the test to include all the files to test - uses filefinder, filemunger
      adds  45b163c   replaced with my pluginbundle (sorry rafl!) for automatic version numbering, tagging, pushing etc
      adds  07860ff   clean up formatting of Changes file
      adds  8de09a8   add contributor information
      adds  cd2ddef   tighten up .gitignore entries
      adds  6fc1b2b   add [Test::NoTabs]; will deprecate [NoTabsTests] in a subsequent release
      adds  d0dd16e   make pod coverage tests pass
      adds  0d86291   use our own test to test ourselves, rather than the old version
      adds  e559c4b   link to Test::NoTabs
      adds  11b0384   Dist-Zilla-Plugin-Test-NoTabs-0.02
      adds  e3d1aea   new pluginbundle uses [Tests::NoTabs]
      adds  494389f   oops sorry rafl, the one time it mattered I forgot to give you $AUTHORITY
      adds  c361603   bootstrap this plugin to generate a no-tabs test, rather than hardcoding one
      adds  62a34f2   ignore temp dir from Test::DZil failures
      adds  b36a151   add missing authordeps
      adds  0ba10e4   run the generated test
      adds  3d6522d   changelog for [Test::Compile] release
      adds  05721f7   Dist-Zilla-Plugin-Test-NoTabs-0.03
      adds  8e9d5bb   avoid a Test::NoTabs/FindBin issue by loading FindBin sooner
      adds  36e8b89   Dist-Zilla-Plugin-Test-NoTabs-0.04
      adds  ff87e8c   doc fix (RT#89358)
      adds  b070f46   Dist-Zilla-Plugin-Test-NoTabs-0.05
      adds  1b8d67c   switch to Pod::Weaver 4, which uses [-SingleEncoding] in [@Default]
      adds  4002c67   add irc and mailinglist info to metadata
      adds  1f1340e   [NoTabsTests] will be deprecated in Jan 2014
      adds  e5d7f8a   remove the ego lines; canonicalize timestamps
      adds  4c68a24   new "file" option, for adding extra files that are generated via Makefile.PL/Build.PL
      adds  330aa58   Dist-Zilla-Plugin-Test-NoTabs-0.06
      adds  18895dd   document new podweaver options that include commented-out pod in situ
      adds  8ce0eca   add vim modeline
      adds  8da45b3   formally deprecate [NoTabsTests] in favour of [Test::NoTabs]
      adds  64e1359   add missing develop prereq
      adds  0445e91   add a clean namespaces test
      adds  9f72875   pushd rather than chdir
      adds  56582eb   use Path::Tiny better
      adds  d7ffe71   shorter syntax
      adds  48bd1ea   find the file by saving it, so we can find it even if it is renamed to something unknown
      adds  544332f   also scan t/ files!
      adds  7b13e41   ignore new .latest symlink
      adds  45981cd   Dist-Zilla-Plugin-Test-NoTabs-0.07
      adds  9e8d6f1   Imported Upstream version 0.07
       new  850a8e1   Merge tag 'upstream/0.07'
       new  ddf4a0d   libdist-zilla-plugin-test-notabs-perl (0.07-1)

The 3 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                             |   3 +-
 CONTRIBUTING                         |  14 +-
 Changes                              |   7 +
 LICENSE                              |   2 +-
 MANIFEST                             |   3 +-
 META.json                            | 402 ++++++++++++++++++++++----------
 META.yml                             | 430 ++++++++++++++++++++++-------------
 Makefile.PL                          |  69 +++---
 README                               |   4 +-
 README.md                            |   9 +-
 debian/changelog                     |   9 +-
 debian/upstream/metadata             |   9 +
 dist.ini                             |   5 +
 lib/Dist/Zilla/Plugin/NoTabsTests.pm |  19 +-
 lib/Dist/Zilla/Plugin/Test/NoTabs.pm |  97 ++++++--
 t/00-report-prereqs.t                | 189 ++++++++++-----
 t/01-basic.t                         |  15 +-
 xt/author/00-compile.t               |   2 +-
 xt/author/pod-spell.t                |   4 +-
 xt/release/changes_has_content.t     |   2 +-
 xt/release/clean-namespaces.t        |  11 +
 xt/release/distmeta.t                |   5 +-
 xt/release/no-tabs.t                 |   4 +-
 xt/release/pod-coverage.t            |  12 +-
 xt/release/pod-syntax.t              |   5 +-
 xt/release/test-version.t            |  22 --
 26 files changed, 887 insertions(+), 466 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 xt/release/clean-namespaces.t
 delete mode 100644 xt/release/test-version.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-notabs-perl.git



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