[libtest-tempdir-perl] branch master updated (c6174f6 -> 350cd70)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Thu Jul 30 15:50:53 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libtest-tempdir-perl.

      from  c6174f6   update changelog
       new  91281f9   Add debian/upstream/metadata
       new  fdb76ed   Update debian/changelog
      adds  4b4509f   Add MANIFEST.SKIP
      adds  3a42a9c   Add Makefile.PL
      adds  540edfc   ignore dists
      adds  07987bb   Test::use::ok dep
      adds  b1e2487   change dist/disttest MANIFEST.SKIP pattern
      adds  7ebe064   skip .t.log files in MANIFEST.SKIP
      adds  b5d98ea   add .prove to MANIFEST.SKIP
      adds  0ac5d3e   add XS related stuff to MANIFEST.SKIP
      adds  e4e89c3   mkdir lib
      adds  6e86cea   mkdir t
      adds  df9f69e   mkdir lib/Test
      adds  4e7fa3f   mkdir lib/Test/TempDir
      adds  16b70b7   Test::TempDir::Handle
      adds  40b325f   Test::TempDir::Factory
      adds  13755cd   Test::TempDir
      adds  16451a0   load test
      adds  f1958c8   Directory::Scratch doesn't stfu, no need to try
      adds  05283e8   rmtree for real
      adds  3c4697c   diag if leaving directory due to failures
      adds  c8bd358   rmdir the paths from factory.t
      adds  59acec8   main docs
      adds  c7f29c2   boilerplate
      adds  2513888   document Handle
      adds  a5c8d04   document Factory
      adds  c7f80c3   fix use_subdirs
      adds  74ba6db   use_subdirs defaults to true
      adds  810f789   version
      adds  fe78e28   deps
      adds  b837ee2   Makefile.PL boilerplate
      adds  672780a   oops
      adds  dc3da4b   cleanup_policy can be set from ENV
      adds  35c4936   version
      adds  9e2cf27   missing dep
      adds  cb276d7   version bump
      adds  045030f   skip tests when no writable temp dir is created
      adds  be77c01   boilerplate
      adds  ba21862   update dep on File::Path to 2.04
      adds  6564d4b   test that temp_root exists in basic.t
      adds  e3998a2   version bump
      adds  e7985e1   subdir now has an env var
      adds  620df24   Depend on Moose 0.87 to prevent failure for people having the broken version 0.86 installed.
      adds  301bd76   Add a changelog.
      adds  81146c2   Remove boilerplate.
      adds  31c2ab0   Update version control note.
      adds  5adf1ef   Version 0.05.
      adds  3ac3900   Add .gitignore.
      adds  895a67b   Exclude git stuff from MANIFEST.
      adds  1d262d4   Moose-2.1100-TRIAL deprecated non-arrayref enum declarations
      adds  b13919a   removed unnecessary shebangs
      adds  34e58e6   gotta have a plan!
      adds  856f495   convert to Dist::Zilla
      adds  098d22f   move Directory::Scratch tests to a separate file, for easier skipping
      adds  884ba61   namespace::clean -> namespace::autoclean
      adds  967b387   tweak the generated prereqs
      adds  f2c16f8   a bit of pod and spelling cleanup
      adds  2cd5f14   remove the release tests that do not pass
      adds  5e00629   Test-TempDir-0.06
      adds  c75f15d   fix testing error when Directory::Scratch is not installed
      adds  47c7b63   Test-TempDir-0.07
      adds  05a7ee9   changelog for [Test::Compile] release
      adds  9334cad   tabs -> spaces
      adds  f76b4a9   Test-TempDir-0.08
      adds  d421ec3   new pluginbundle adds a Makefile.PL and Build.PL
      adds  29d4813   now using [Git::Contributors]
      adds  cb91f88   make room for [PkgVersion] to insert into
      adds  1aa7bf3   add a placeholder .mailmap
      adds  0dcb5cb   tighten up entries
      adds  58c7f74   more consistent formatting in changelog
      adds  0f5679b   use full name in metadata
      adds  d770c16   add irc channel and mailing list info to metadata
      adds  d9f3d36   add clean namespace test
      adds  a093961   use head2 for exports, attributes and methods, so they show up in the table of contents
      adds  bec1438   now weaving pod
      adds  d843589   shorter way of specifying these prereqs
      adds  8fe7eae   formally deprecate in favour of Test::TempDir::Tiny
      adds  b620ca8   Test-TempDir-0.09
      adds  d84556a   add x_deprecated to metadata
      adds  50a932f   keep $VERSION right in the repo
      adds  012e73d   [Test::CleanNamespaces] is now provided by my plugin bundle
      adds  1f202d8   hardcode the distribution name in Changes, to reduce churn on each release
      adds  d190d22   use a more specific link
      adds  2bed71f   Test-TempDir-0.10
      adds  2410115   Imported Upstream version 0.10
       new  d0a7eed   Merge tag 'upstream/0.10'
       new  e88cf92   Update debian/changelog
       new  fb2a936   Update changelog info generated by dpt
       new  0a74661   test
       new  ff9101a   Remove empty character in control statement
       new  7be83da   Declare compliance with Debian policy 3.9.6
       new  0c0501f   Add autopkgtest-pkg-perl
       new  9244311   Set debhelper >= 9
       new  d6f7449   Update dependencies
       new  350cd70   Release libtest-tempdir-perl 0.10-1 to unstable

The 12 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                         | 134 ++++++
 CONTRIBUTING                     | 100 +++++
 Changes                          |  14 +-
 INSTALL                          |   9 +-
 LICENSE                          |   8 +-
 MANIFEST                         |  15 +-
 META.json                        | 919 +++++++++++++++++++++++++++++++--------
 META.yml                         | 711 ++++++++++++++++++++++--------
 Makefile.PL                      | 126 ++++--
 README                           |   8 +-
 debian/changelog                 |  15 +-
 debian/compat                    |   2 +-
 debian/control                   |  15 +-
 debian/upstream/metadata         |   8 +
 dist.ini                         |  24 +-
 lib/Test/TempDir.pm              |  87 ++--
 lib/Test/TempDir/Factory.pm      |  59 +--
 lib/Test/TempDir/Handle.pm       |  52 ++-
 t/00-check-deps.t                |  16 -
 t/00-report-prereqs.dd           | 136 ++++++
 t/00-report-prereqs.t            | 227 +++++++---
 weaver.ini                       |   6 +
 {t => xt/author}/00-compile.t    |  19 +-
 xt/author/clean-namespaces.t     |  11 +
 xt/author/eol.t                  |  23 +
 xt/author/no-tabs.t              |  37 ++
 xt/author/pod-spell.t            |  12 +-
 xt/release/changes_has_content.t |   2 +-
 xt/release/distmeta.t            |   5 +-
 xt/release/eol.t                 |   8 -
 xt/release/kwalitee.t            |   9 +-
 xt/release/minimum-version.t     |   2 +-
 xt/release/no-tabs.t             |  16 -
 xt/release/pod-syntax.t          |   5 +-
 xt/release/portability.t         |  12 +
 xt/release/test-version.t        |  22 -
 36 files changed, 2217 insertions(+), 657 deletions(-)
 create mode 100644 Build.PL
 create mode 100644 CONTRIBUTING
 create mode 100644 debian/upstream/metadata
 delete mode 100644 t/00-check-deps.t
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 weaver.ini
 rename {t => xt/author}/00-compile.t (63%)
 create mode 100644 xt/author/clean-namespaces.t
 create mode 100644 xt/author/eol.t
 create mode 100644 xt/author/no-tabs.t
 delete mode 100644 xt/release/eol.t
 delete mode 100644 xt/release/no-tabs.t
 create mode 100644 xt/release/portability.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/libtest-tempdir-perl.git



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