[libclass-base-perl] branch master updated (a8c3996 -> ba3662d)

gregor herrmann gregoa at debian.org
Fri Jan 12 18:16:34 UTC 2018


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

gregoa pushed a change to branch master
in repository libclass-base-perl.

      from  a8c3996   update changelog
      adds  78fd02d   Import Class-Base-0.03 from CPAN
      adds  9515362   gitignore generated files
      adds  76d142b   move test script
      adds  b4554a1   replace MANIFEST by MANIFEST.SKIP
      adds  7800c5a   ignore more generated files
      adds  a4ba273   update version number, Changes file and Copyright date. Remove REVISION
      adds  2d2730e   ignore swap files
      adds  7341a5e   silence a warning
      adds  2c3879f   add link to repository
      adds  573852a   version to 0.05
      adds  54f1a79   add license key to META file and reformat Changes
      adds  f57d665   version 0.06
      adds  3e1e3c0   add travis
      adds  9a66f1a   Move Test::More to be a test.requires only dependency
      adds  3774ecc   Merge pull request #2 from kentfredric/test-requires
      adds  e38753a   version number 0.07
      adds  41483ce   version up
      adds  e6bc266   Correct a typo in POD
      adds  a2cdc7a   Merge pull request #4 from knowledgejunkie/spelling-error-in-manpage
      adds  956ffb4   optimize the base init method
      adds  529f3d2   tighten the code of 'error' a little bit
      adds  27f6e27   remove definition of variable w/ a postfix if
      adds  1d99504   I think we can remove the cvs header...
      adds  8974829   use warnings too
      adds  f8e1b8a   do deep cloning
      adds  8228ed2   group tests in subtests
      adds  4cb3ef4   Merge pull request #5 from yanick/master
      adds  3c4e400   add dzil config
      adds  291a950   dzil-ready changelog
      adds  cbf3ea0   remove Makefile.PL
      adds  13ab1d2   dzil updates
      adds  a438ef2   remove doc parts that are automatically generated by dzil
      adds  5acf827   add boiletplate change categories
      adds  714ab6c   Merge branch 'dzil'
      adds  415d5a8   changelog
      adds  2e8917a   don't ignore the manifest
      adds  2e22202   set number of tests
      adds  2f39d0c   remove unused variables
      adds  da3e905   Build results of 2f39d0c (on master)
      adds  9009708   New upstream version 0.09
       new  ebbf4de   Update upstream source from tag 'upstream/0.09'
       new  9a967e8   Update debian/changelog
       new  d12c0a8   Update debian/upstream/metadata.
       new  b1f9fbf   Update years of upstream and packaging copyright.
       new  3f9e7b8   Declare compliance with Debian Policy 4.1.3.
       new  97344ea   Bump debhelper compatibility level to 10.
       new  7bb3557   Drop 0001-spelling-error-in-manpage.patch, merged upstream.
       new  311ae11   Add (build) dependency on libclone-perl.
       new  ba3662d   releasing package libclass-base-perl version 0.09-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:
 .travis.yml                                        |  11 -
 CONTRIBUTORS                                       |  14 +
 Changes                                            |  92 ++--
 INSTALL                                            |  43 ++
 LICENSE                                            | 379 +++++++++++++
 MANIFEST                                           |  23 +-
 META.json                                          |  67 ++-
 META.yml                                           |  45 +-
 Makefile.PL                                        |  87 ++-
 README.mkdn                                        | 590 +++++++++++++++++++++
 SIGNATURE                                          |  42 ++
 cpanfile                                           |  27 +
 debian/changelog                                   |  13 +-
 debian/compat                                      |   2 +-
 debian/control                                     |  10 +-
 debian/copyright                                   |   6 +-
 .../patches/0001-spelling-error-in-manpage.patch   |  16 -
 debian/patches/series                              |   1 -
 debian/upstream/metadata                           |   8 +-
 dist.ini                                           |  14 +
 doap.xml                                           | 111 ++++
 lib/Class/Base.pm                                  | 107 ++--
 t/00-compile.t                                     |  51 ++
 t/00-report-prereqs.dd                             |  37 ++
 t/00-report-prereqs.t                              | 183 +++++++
 t/test.t                                           |  45 +-
 xt/release/unused-vars.t                           |  14 +
 27 files changed, 1804 insertions(+), 234 deletions(-)
 delete mode 100644 .travis.yml
 create mode 100644 CONTRIBUTORS
 create mode 100644 INSTALL
 create mode 100644 LICENSE
 create mode 100644 README.mkdn
 create mode 100644 SIGNATURE
 create mode 100644 cpanfile
 delete mode 100644 debian/patches/0001-spelling-error-in-manpage.patch
 delete mode 100644 debian/patches/series
 create mode 100644 dist.ini
 create mode 100644 doap.xml
 create mode 100644 t/00-compile.t
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 xt/release/unused-vars.t

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



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