[libuniversal-isa-perl] branch master updated (1f5a474 -> 9756dea)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Aug 14 17:53:35 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libuniversal-isa-perl.

      from  1f5a474   releasing package libuniversal-isa-perl version 1.20140927-1
      adds  ea007b0   "use UNIVERSAL" is useless and discouraged
      adds  0c39412   use a more specific link
      adds  05fff6a   document what this line is doing
      adds  3cd25af   load our pragmas first
      adds  356f248   use a decimal version
      adds  e4d6ec2   keep $VERSION right in the repo
      adds  2ab3ed2   avoid having to clean our namespaces by never importing anything
      adds  a456aec   switch to my podweaver plugin bundle
      adds  397ee12   install exclusively with ExtUtils::MakeMaker
      adds  f71f401   UNIVERSAL-isa-1.20150614
      adds  9a5a547   Imported Upstream version 1.20150614
       new  66ff2c5   Merge tag 'upstream/1.20150614'
       new  e87c4e4   Update debian/changelog
       new  0bf914f   Update build dependencies
       new  2aca304   Set 9 level in d/compat
       new  9756dea   Release libuniversal-isa-perl 1.20150614-1 to unstable

The 5 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                          | 114 ---------
 CONTRIBUTING                      |  18 +-
 Changes                           |   3 +
 INSTALL                           |   9 +-
 MANIFEST                          |   9 +-
 META.json                         | 518 ++++++++++++++++++++++----------------
 META.yml                          | 415 +++++++++++++++++-------------
 Makefile.PL                       |  72 +-----
 README                            |   4 +-
 debian/changelog                  |   9 +
 debian/compat                     |   2 +-
 debian/control                    |   8 +-
 dist.ini                          |   5 +-
 lib/UNIVERSAL/isa.pm              |  35 ++-
 t/00-report-prereqs.dd            |  49 ++--
 t/00-report-prereqs.t             |  15 +-
 weaver.ini                        |   3 -
 xt/author/00-compile.t            |  12 +-
 xt/author/clean-namespaces.t      |  11 +
 xt/author/{no-tabs.t => eol.t}    |  11 +-
 xt/{release => author}/kwalitee.t |   0
 xt/author/no-tabs.t               |   7 +-
 xt/author/pod-spell.t             |   2 +-
 xt/release/changes_has_content.t  |   2 +-
 xt/release/eol.t                  |   8 -
 xt/release/portability.t          |   1 +
 26 files changed, 666 insertions(+), 676 deletions(-)
 delete mode 100644 Build.PL
 delete mode 100644 weaver.ini
 create mode 100644 xt/author/clean-namespaces.t
 copy xt/author/{no-tabs.t => eol.t} (72%)
 rename xt/{release => author}/kwalitee.t (100%)
 delete mode 100644 xt/release/eol.t

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



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