[twiggy] branch master updated (418ce5f -> af9a163)

gregor herrmann gregoa at debian.org
Wed Oct 23 18:03:14 UTC 2013


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

gregoa pushed a change to branch master
in repository twiggy.

      from  418ce5f   Remove trailing whitespace
      adds  43062ce   Imported Upstream version 0.1024+dfsg
       new  c2c1052   Merge tag 'upstream/0.1024+dfsg'
       new  5243f20   New upstream release.
       new  a829f95   Update debian/copyright.
       new  3c19828   Update Build-Depends-Indep and Recommends.
       new  af9a163   releasing package twiggy version 0.1024+dfsg-1

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:
 .gitignore                          |    5 -
 Changes                             |   10 +
 LICENSE                             |  379 ++++++++++++++++++
 MANIFEST                            |   34 +-
 META.json                           |   83 ++++
 META.yml                            |   39 +-
 Makefile.PL                         |   91 ++++-
 cpanfile                            |   11 +
 debian/changelog                    |   10 +-
 debian/control                      |    4 +-
 debian/copyright                    |   18 +-
 dist.ini                            |    2 +
 inc/Module/Install.pm               |  470 -----------------------
 inc/Module/Install/AuthorTests.pm   |   59 ---
 inc/Module/Install/Base.pm          |   83 ----
 inc/Module/Install/Can.pm           |  154 --------
 inc/Module/Install/Fetch.pm         |   93 -----
 inc/Module/Install/Makefile.pm      |  418 --------------------
 inc/Module/Install/Metadata.pm      |  722 -----------------------------------
 inc/Module/Install/ReadmeFromPod.pm |  138 -------
 inc/Module/Install/Repository.pm    |   88 -----
 inc/Module/Install/Scripts.pm       |   29 --
 inc/Module/Install/Win32.pm         |   64 ----
 inc/Module/Install/WriteAll.pm      |   63 ---
 lib/Twiggy.pm                       |    2 +-
 lib/Twiggy/Server.pm                |    3 +
 {bin => script}/twiggy              |    0
 t/anyevent_closed_connection.t      |   76 ++++
 t/anyevent_server_starter.t         |    3 +-
 t/release-pod-syntax.t              |   15 +
 xt/perlcritic.t                     |    5 -
 xt/pod.t                            |    4 -
 xt/podspell.t                       |    9 -
 33 files changed, 707 insertions(+), 2477 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 LICENSE
 create mode 100644 META.json
 create mode 100644 cpanfile
 create mode 100644 dist.ini
 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/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/ReadmeFromPod.pm
 delete mode 100644 inc/Module/Install/Repository.pm
 delete mode 100644 inc/Module/Install/Scripts.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 rename {bin => script}/twiggy (100%)
 create mode 100644 t/anyevent_closed_connection.t
 create mode 100644 t/release-pod-syntax.t
 delete mode 100644 xt/perlcritic.t
 delete mode 100644 xt/pod.t
 delete mode 100644 xt/podspell.t

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



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