[libjavascript-packer-perl] branch master updated (fad0bdf -> 35a3f65)

Angel Abad angel at debian.org
Wed Jul 5 11:10:29 UTC 2017


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

angel pushed a change to branch master
in repository libjavascript-packer-perl.

      from  fad0bdf   update changelog
      adds  9421929   first commit
      adds  3184e5e   dev release 0.03_01
      adds  741f075   dev release 0.03_02
      adds  1f0cd4a   version 0.04
      adds  3fe4dd8   Removed $& from module to increase speed Updated Changes Switched tabs to soft tabs
      adds  884fff1   Removed tarflags from Makefile.PL
      adds  fbccad7   Removed debug print.
      adds  14a96e1   Removed META.yml
      adds  6ba6a64   Moved regexp grouping stuff to Regexp::RegGrp
      adds  85a89e4   Fixed unit tests.
      adds  d33090f   Some coding style changes
      adds  3c2cf74   Changes in replacement subs concerning the changes in Regexp::RegGrp
      adds  2d2fca8   Switched to Module::Install.
      adds  1f82723   Changes in replacement subs concerning the changes in Regexp::RegGrp
      adds  0b2a3a0   Merge branch '0.05_02' of github.com:nevesenin/javascript-packer-perl into 0.05_02
      adds  47fc813   Changed requirements to Regexp::RegGrp 0.0201
      adds  6d8ef00   Version 0.05_04
      adds  d95bc34   Version 0.05_05
      adds  53cc34a   Bugfix
      adds  6e30f8c   Bugfix
      adds  664f836   Removed missing semicolon fix.
      adds  2192ca8   Fixed tests.
      adds  86b8bcc   Changed required perl version to 5.8.9.
      adds  943d252   Added clean_files to Makefile.PL.
      adds  9b57c2a   Version 0.06
      adds  8f8cfdc   Fixed requirements.
      adds  47e0f03   Version 1.000
      adds  ceea38a   Version 1.001
      adds  f4e5196   Version 1.002
      adds  cb145bd   Version 1.002001
      adds  010ece8   Version 1.003_001
      adds  c2734eb   Version 1.003_002
      adds  aaf1fcf   Version 1.003_003
      adds  a38647b   Version 1.004
      adds  a826d23   Version 1.005_001
      adds  745b57a   Version 1.006
      adds  4c15f5e   Version 1.006001
      adds  fb3a9dc   Version 1.006002
      adds  686965e   Version 1.006003
      adds  7d7581e   fix test failures under perl 5.18 and 5.20 (patch from Debian)
      adds  33e70cb   dist updates having adopted this module
      adds  986f8b7   pod2readme and pod2markdown for README files
      adds  0fa68d4   remove blead from travis build
      adds  a5d2a4d   quote the version number
      adds  12832ab   add blead and 5.22 to travis build
      adds  bd371b1   migrate travis CI from legacy to container-based
      adds  f2d336f   resolve #1 - fix reference cycle in reggrp closures
      adds  4d7d4f4   remove blead from .travis.yml
      adds  e67978b   add META.yml to MANIFEST
      adds  759c762   fix #3 - resolve no . in @INC build for 5.25.11+
      adds  6bd77a8   New upstream version 2.03
       new  d011a32   Updated version 2.03 from 'upstream/2.03'
       new  ee72775   Update debian/changelog
       new  c45a909   debian/copyright: Update debian/* years.
       new  1b01046   Bump Standards-Version to 4.0.0 (no changes)
       new  a0df82d   debian/copyright: Remove inc/Module/* entry.
       new  35a3f65   Update changelog

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:
 .cvsignore                        |  15 -
 .gitignore                        |  16 -
 Changes                           |   3 +
 MANIFEST                          |  16 +-
 META.json                         |  54 +++
 META.yml                          |  24 +-
 Makefile.PL                       |  39 +-
 debian/changelog                  |  14 +-
 debian/control                    |   2 +-
 debian/copyright                  |   8 +-
 inc/Module/AutoInstall.pm         | 934 --------------------------------------
 inc/Module/Install.pm             | 474 -------------------
 inc/Module/Install/AutoInstall.pm |  93 ----
 inc/Module/Install/Base.pm        |  83 ----
 inc/Module/Install/Can.pm         | 154 -------
 inc/Module/Install/Fetch.pm       |  93 ----
 inc/Module/Install/Include.pm     |  34 --
 inc/Module/Install/Makefile.pm    | 418 -----------------
 inc/Module/Install/Metadata.pm    | 722 -----------------------------
 inc/Module/Install/Win32.pm       |  64 ---
 inc/Module/Install/WriteAll.pm    |  63 ---
 lib/JavaScript/Packer.pm          |   2 +-
 22 files changed, 112 insertions(+), 3213 deletions(-)
 delete mode 100644 .cvsignore
 delete mode 100644 .gitignore
 create mode 100644 META.json
 delete mode 100644 inc/Module/AutoInstall.pm
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/AutoInstall.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Include.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm

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



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