[libfile-chmod-perl] branch master updated (f20b7dc -> 56f4a2a)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Aug 22 00:29:51 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libfile-chmod-perl.

      from  f20b7dc   update changelog
       new  6631d23   Add debian/upstream/metadata
       new  77ce52b   Update debian/changelog
      adds  a6372f4   initial import of File-chmod 0.10 from CPAN
      adds  c2521df   import File-chmod 0.11 from CPAN
      adds  cc19e11   import File-chmod 0.12 from CPAN
      adds  1ce94b7   import File-chmod 0.13 from CPAN
      adds  dcba1b0   import File-chmod 0.20 from CPAN
      adds  ebb55fc   import File-chmod 0.21 from CPAN
      adds  c237f27   import File-chmod 0.30 from CPAN
      adds  9a7ccf1   import File-chmod 0.31 from CPAN
      adds  2bf1606   import File-chmod 0.32 from CPAN
      adds  a3b862a   convert distribution to Dist::Zilla
      adds  75d4f7f   correct metadata
      adds  77ab610   fix skip_all
      adds  b65216a   improve boilerplate
      adds  4000184   deprecate $UMASK being true
      adds  51c5d49   pass Test::Synopsis
      adds  c803f75   conform to Changes Spec
      adds  e0020b5   disable linkcheck
      adds  c55c20f   leave things the way they are for now
      adds  c281f7f   set umask 2 for default true
      adds  ec0887d   document document document
      adds  5b65a9a   do not document functions that aren't exported
      adds  8069fbf   correct date
      adds  df72e08   v0.33
      adds  7e475db   fix OSNAME
      adds  4f89f3a   v0.34
      adds  67fd6e2   typo fixes
      adds  de806a1   Merge pull request #1 from dsteinbrunner/patch-1
      adds  b08438e   add PodSpelling checks and contributors
      adds  ba7b96b   remove Heh
      adds  3c28280   remove REVISIONS section
      adds  ecd0a25   add stopwords
      adds  b2ec339   cleanup after release
      adds  6eac1cb   ignore intentional builtin override
      adds  e2e89ac   some automatic exportation is ok
      adds  22f2088   use carp
      adds  c0620b0   stricten perlcritic but exclude existing problems
      adds  a6f7b98   rename for testing executable permissions
      adds  d38c905   add a link
      adds  456ee07   add read/write tests
      adds  f06d831   v0.35
      adds  68cdefc   improve pod with pod weaver
      adds  b0146bf   v0.36
      adds  22ca69a   remove stuff documented by headers
      adds  d8c292e   add sticky bit tests
      adds  d661776   add sticky bit tests
      adds  1bc9cad   sticky bit affects others not user
      adds  14b39e9   Merge branch 'fix-sticky'
      adds  4de5a4e   add diagnostics
      adds  6d926c0   v0.37
      adds  fb62a25   sticky-bit.t test operates on temporary directory now
      adds  ce0291b   sticky-bit.t: skip tests for old File::Temp
      adds  b8e4c52   Merge pull request #2 from eserte/sticky-on-tmpdir
      adds  c809640   skip all tests on windows
      adds  aa1cf67   v0.38
      adds  afbd4f9   fix read/write tests to pass as root
      adds  4f36784   improve read write tests to run under root
      adds  65e6d34   add more read tests
      adds  2496f26   v0.39
      adds  1b5ff87   spelling correction
      adds  4264ebc   Add prototype to &File::chmod::chmod to match &CORE::chmod.  This quiets warning when autodie pragma is used with File::chmod on perl v5.14+.  Add "use autodie;" to tests to verify it works.
      adds  85c9d72   add a CONTRIBUTING file
      adds  c02fde8   remove all UMASK deprecation notices
      adds  b52300f   v0.40
      adds  f02a3f7   specify aspell
      adds  fdaa224   add travis config
      adds  abee0a4   add travis plugin
      adds  a91b82e   update travis.yml
      adds  66b1830   remove plugin
      adds  66491dd   list authordep
      adds  947f965   Revert "remove plugin"
      adds  2c29570   update travis config
      adds  3b07214   update travis and dist.ini
      adds  5c4465c   add test for GH #5
      adds  432c73d   improve comment GH #5
      adds  58f52e8   Revert "remove all UMASK deprecation notices"
      adds  caaa9a0   GH #5 enable deprecation warning
      adds  90f7220   ensure the warning mesions the issue
      adds  b789668   v0.41
      adds  7b5870c   fix some doc issues
      adds  4ffc196   v0.42
      adds  cd28abd   Imported Upstream version 0.42
       new  57e2f6a   Merge tag 'upstream/0.42'
       new  ab19596   Update debian/changelog
       new  b086528   Declare compliance with Debian policy 3.9.6
       new  c3d8043   Add autopkgtest-pkg-perl
       new  209f4f6   Update long description
       new  5059b9a   Update year of upstream copyright
       new  56f4a2a   Releasing libfile-chmod-perl version 0.42-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                                  |   7 ++
 LICENSE                                  |   8 +-
 MANIFEST                                 |  12 +-
 META.json                                |  23 ++--
 META.yml                                 |  40 +++----
 Makefile.PL                              |  17 +--
 README                                   | 144 ++++++++++++++----------
 debian/changelog                         |  14 ++-
 debian/control                           |  10 +-
 debian/copyright                         |   5 +-
 debian/upstream/metadata                 |   7 ++
 lib/File/chmod.pm                        |  26 ++++-
 t/00-compile.t                           |  13 ++-
 t/00-report-prereqs.dd                   |  47 ++++++++
 t/00-report-prereqs.t                    | 183 +++++++++++++++++++++++++++++++
 t/000-report-versions-tiny.t             |  84 --------------
 t/author-eol.t                           |  42 +++++++
 t/author-pod-spell.t                     |  43 --------
 t/author-test-eol.t                      |  16 ---
 t/release-distmeta.t                     |  15 ---
 t/release-kwalitee.t                     |  12 --
 t/release-mojibake.t                     |  20 ----
 t/release-pod-coverage.t                 |  12 +-
 t/release-pod-syntax.t                   |   5 +-
 t/release-portability.t                  |   1 +
 t/release-synopsis.t                     |  16 ---
 t/release-test-version.t                 |   4 +-
 t/release-unused-vars.t                  |  14 ++-
 t/{write.t => remove-write-from-other.t} |   9 +-
 29 files changed, 502 insertions(+), 347 deletions(-)
 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
 create mode 100644 t/author-eol.t
 delete mode 100644 t/author-pod-spell.t
 delete mode 100644 t/author-test-eol.t
 delete mode 100644 t/release-distmeta.t
 delete mode 100644 t/release-kwalitee.t
 delete mode 100644 t/release-mojibake.t
 delete mode 100644 t/release-synopsis.t
 copy t/{write.t => remove-write-from-other.t} (63%)

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



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