[libcgi-application-plugin-actiondispatch-perl] branch master updated (6e3b8c0 -> 30eb18d)

Florian Schlichting fsfs at alioth.debian.org
Sat Oct 5 20:28:17 UTC 2013


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

fsfs pushed a change to branch master
in repository libcgi-application-plugin-actiondispatch-perl.

      from  6e3b8c0   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
      adds  721d538   Imported Upstream version 0.99
       new  4583a35   Merge tag 'upstream/0.99'
       new  a2272cd   Import Upstream version 0.99
       new  9604848   Ship added example module and cgi script
       new  fcbcab6   Drop lintian override as copyright-format 1.0 is released
       new  c207745   Declare compliance with Debian Policy 3.9.4
       new  702f733   Add myself to uploaders and copyright
       new  30eb18d   prepare changelog for release

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:
 Changes                                            |    2 +
 MANIFEST                                           |    3 +-
 META.yml                                           |   21 -
 Makefile.old                                       |  822 ++++++++++++++++++++
 debian/changelog                                   |   11 +-
 debian/control                                     |    5 +-
 debian/copyright                                   |    1 +
 ...application-plugin-actiondispatch-perl.examples |    1 +
 debian/source/lintian-overrides                    |    3 -
 examples/TestApp.pm                                |   30 +
 examples/testapp.cgi                               |    9 +
 lib/CGI/Application/Plugin/ActionDispatch.pm       |    2 +-
 .../Plugin/ActionDispatch/Attributes.pm            |   17 +-
 t/{03_default.t => 06_errormode.t}                 |    7 +-
 t/07_attribute_parsing.t                           |   32 +
 t/TestAppAttributeParsing.pm                       |   42 +
 t/{TestAppDefault.pm => TestAppErrorRunmode.pm}    |   11 +-
 17 files changed, 972 insertions(+), 47 deletions(-)
 delete mode 100644 META.yml
 create mode 100644 Makefile.old
 create mode 100644 debian/libcgi-application-plugin-actiondispatch-perl.examples
 delete mode 100644 debian/source/lintian-overrides
 create mode 100644 examples/TestApp.pm
 create mode 100644 examples/testapp.cgi
 copy t/{03_default.t => 06_errormode.t} (62%)
 create mode 100644 t/07_attribute_parsing.t
 create mode 100644 t/TestAppAttributeParsing.pm
 copy t/{TestAppDefault.pm => TestAppErrorRunmode.pm} (52%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-application-plugin-actiondispatch-perl.git



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