[libmousex-foreign-perl] branch master updated (810edb7 -> 9736363)

gregor herrmann gregoa at debian.org
Tue May 13 19:46:33 UTC 2014


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

gregoa pushed a change to branch master
in repository libmousex-foreign-perl.

      from  810edb7   Update d/changelog
      adds  32c8b5c   Imported Upstream version 1.000
       new  6e92284   Merge tag 'upstream/1.000'
       new  89073ac   New upstream release.
       new  f90648a   debian/copyright: bump copyright years, drop info about Module::Install.
       new  5704bb7   Add build dependency on Module::Build.
       new  677e5c6   Declare compliance with Debian Policy 3.9.5.
       new  194a765   cme: reformat debian/control
       new  9736363   releasing package libmousex-foreign-perl version 1.000-1

The 7 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                                           |  72 ++
 Changes                                            |   5 +
 LICENSE                                            | 378 +++++++++++
 MANIFEST                                           |  21 +-
 MANIFEST.SKIP                                      |  44 --
 META.json                                          | 106 +++
 META.yml                                           |  49 +-
 Makefile.PL                                        |  27 -
 README                                             |  27 -
 README.md                                          |  62 ++
 cpanfile                                           |   9 +
 debian/changelog                                   |  14 +-
 debian/control                                     |  24 +-
 debian/copyright                                   |   8 +-
 inc/Module/Install.pm                              | 470 --------------
 inc/Module/Install/AuthorTests.pm                  |  59 --
 inc/Module/Install/Base.pm                         |  83 ---
 inc/Module/Install/Makefile.pm                     | 418 ------------
 inc/Module/Install/Metadata.pm                     | 722 ---------------------
 inc/Module/Install/Repository.pm                   |  88 ---
 inc/Module/Install/WriteAll.pm                     |  63 --
 lib/MouseX/Foreign.pm                              |   4 +-
 lib/MouseX/Foreign/Meta/Role/Method/Constructor.pm |   2 +-
 lib/MouseX/Foreign/Meta/Role/Method/Destructor.pm  |   2 +-
 lib/MouseX/NonMoose.pm                             |   4 +-
 t/05_bless_new_args.t                              |  27 +
 xt/podspell.t                                      |  21 -
 27 files changed, 737 insertions(+), 2072 deletions(-)
 create mode 100644 Build.PL
 create mode 100644 LICENSE
 delete mode 100644 MANIFEST.SKIP
 create mode 100644 META.json
 delete mode 100644 Makefile.PL
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 cpanfile
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/AuthorTests.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Repository.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 create mode 100644 t/05_bless_new_args.t
 delete mode 100644 xt/podspell.t

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



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