[libfile-fcntllock-perl] branch master updated (7a10a82 -> f9a2228)

Damyan Ivanov dmn at moszumanska.debian.org
Mon May 26 08:05:53 UTC 2014


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

dmn pushed a change to branch master
in repository libfile-fcntllock-perl.

      from  7a10a82   update changelog
      adds  356e74c   Imported Upstream version 0.16
       new  b7c0740   Merge tag 'upstream/0.16'
       new  4d8887b   Imported Upstream version 0.16
       new  589cdd5   bump uears of upstream copyright
       new  929ab37   remove stray empty line
       new  6747df2   declare conformance with Policy 3.9.5 (no changes needed)
       new  f9a2228   releasing package libfile-fcntllock-perl version 0.16-1

The 6 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                       |  15 ++
 FcntlLock.xs                  |   2 +-
 MANIFEST                      |  13 +-
 META.yml                      |   9 +-
 Makefile.PL                   | 133 ++++++++----
 Pure_build/Pure.tmpl          |  43 ++++
 Pure_build/builder.c          | 174 ++++++++++++++++
 README                        |  52 +++--
 debian/changelog              |  11 +-
 debian/control                |   3 +-
 debian/copyright              |   2 +-
 lib/File/FcntlLock.pm         | 455 +-----------------------------------------
 lib/File/FcntlLock.pod        | 290 +++++++++++++++++++++++++++
 lib/File/FcntlLock/Core.pm    | 175 ++++++++++++++++
 lib/File/FcntlLock/Errors.pm  | 101 ++++++++++
 lib/File/FcntlLock/Inline.pm  | 263 ++++++++++++++++++++++++
 lib/File/FcntlLock/Inline.pod | 290 +++++++++++++++++++++++++++
 lib/File/FcntlLock/Pure.pm    |  79 ++++++++
 lib/File/FcntlLock/Pure.pod   | 290 +++++++++++++++++++++++++++
 lib/File/FcntlLock/XS.pm      |  25 +++
 lib/File/FcntlLock/XS.pod     | 290 +++++++++++++++++++++++++++
 t/FcntlLock.t                 | 211 +++++++++++++-------
 22 files changed, 2347 insertions(+), 579 deletions(-)
 mode change 100644 => 100755 Makefile.PL
 create mode 100644 Pure_build/Pure.tmpl
 create mode 100644 Pure_build/builder.c
 create mode 100644 lib/File/FcntlLock.pod
 create mode 100644 lib/File/FcntlLock/Core.pm
 create mode 100644 lib/File/FcntlLock/Errors.pm
 create mode 100644 lib/File/FcntlLock/Inline.pm
 create mode 100644 lib/File/FcntlLock/Inline.pod
 create mode 100644 lib/File/FcntlLock/Pure.pm
 create mode 100644 lib/File/FcntlLock/Pure.pod
 create mode 100644 lib/File/FcntlLock/XS.pm
 create mode 100644 lib/File/FcntlLock/XS.pod

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



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