[librouter-simple-perl] annotated tag debian/0.17-1 created (now 6ca7e18)

gregor herrmann gregoa at debian.org
Sat Jun 20 17:31:35 UTC 2015


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

gregoa pushed a change to annotated tag debian/0.17-1
in repository librouter-simple-perl.

        at  6ca7e18   (tag)
   tagging  d825296e17523d328a3bc915db4c041a9aa34a03 (commit)
  replaces  debian/0.16-1
 tagged by  gregor herrmann
        on  Sat Jun 20 19:31:12 2015 +0200

- Log -----------------------------------------------------------------
tagging package librouter-simple-perl version debian/0.17-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAABCgBmBQJVhaNgXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG44oP/Rwp6VjLYhe1VPRxEBtJyuOk
t+Q9x8Ee9ZFbG6Z2/eTQSmMmj/UGB2lToPLT/pT596yp8OMEztY1IIy+Zel0GiVO
md4OA1id/oG+aeTVt6rvzRpq9moTXz1xMpTbJSc6k8VIzwKZlgdR+02zs8zjRqpR
gLyYsIVFzSR+V50MdVwmnKkksiG1La9FrsXF9HeuG47A9it7CYmCruxZmCGpIALa
J9GDhICp3TuA2ClZSY3EPBQ9hPZyDFh83o59OIchxrFeLzk7MHUgUWDBl6hpUsQv
rcKyFebeGkS11Piz/U3V1YoWXnBV9tvqs8JBh1LF1qEcLwoJmDa7fGu94l+PVQVK
aOM9VY22/XSRawfpBB81Ifv1aLyyOQDAlvF08KxAZj5yc7y21h4W/T8+MJpaxvsT
fDMX747FzYBdO5dQ4XNzkwfNfj3xCLd472BWwnd54buiyV1iV69tYX7nwHbeYt1i
G4ZWsXgVGdzwaKhyJXOwHkezDhei+A91bF6JCqxuWmTFKcsE2yhRz4GANGm8bydn
x1MtGIqJLUMCka7NTjU4pU1I30XlLYRYEqLldU/I2fKh+7DhUfQwTY82/mrlgb2h
0JUF9BpJNVoriDLQ7InuOPMFv5z8NQIxq8y7i3zMIyPynCILadaKzOccfJZGpoUG
NVRS5D/gpu4SiPe+UKP/
=YzsH
-----END PGP SIGNATURE-----

David Steinbrunner (2):
      typo fix
      Added repository cpan metadata

Fayland Lam (2):
      ending slash
      with directory_slash

Maurice Aubrey (2):
      support nested submappers
      add test and documentation

Naoki Tomita (1):
      fix "Can't use an undefined value as a HASH reference" error for $route->{dest}

Neil Bowers (1):
      Reformatted as per CPAN::Changes::Spec

Philippe Bruhat (BooK) (1):
      typo in module name

Shawn M Moore (1):
      Grammar fixes

Tatsuhiko Miyagawa (2):
      fix docs, benchmarks and profiler
      oops

Tokuhiro Matsuno (11):
      modernize Makefile.PL
      README.mkdn is no longer needed for package
      Checking in changes prior to tagging of version 0.09.
      Merge pull request #4 from book/master
      Merge pull request #5 from dsteinbrunner/patch-1
      Merge pull request #6 from dsteinbrunner/patch-2
      Merge pull request #7 from neilbowers/master
      Merge pull request #9 from fayland/ending_slash
      Checking in changes prior to tagging of version 0.16.
      Merge pull request #12 from mla/master
      Checking in changes prior to tagging of version 0.17.

gregor herrmann (10):
      Merge tag 'upstream/0.16' into upstream
      Add debian/upstream/metadata
      Update debian/changelog
      Imported Upstream version 0.17
      Merge tag 'upstream/0.17'
      Update debian/changelog
      Move libmodule-build-perl from Build-Depends-Indep to Build-Depends.
      Reformat debian/control with cme
      Mark package as autopkgtest-able.
      releasing package librouter-simple-perl version 0.17-1

nipotan (1):
      modified to allow to use extended regexp (?:including ":" - colon) as pattern

tokuhirom (90):
      initial import
      initial import
      added test case
      added test cases.
      refactoring
      I hate Subroutines::ProhibitSubroutinePrototypes rule.
      test hostname matching.
      document
      updated readme.mkdn
      remove trash
      added plain string support(suggested by typester++).
      return undef, if not matched.
      added mlehmann-ish see-also section.
      added submapper support
      added $router->resource() support
      added stopwords
      i hate Subroutines::ProhibitExplicitReturnUndef rule.
      added $r->url_for() and $r->as_string() method.
      added docs
      updated README.mkdn
      updated docs
      - better error handling
      added profiler, benchmarking scripts
      exporter is no longer used
      strict check
      export more methods to Declare::Class
      update docs
      remove restful features.it should be optional, because this is ::Simple!
      added stopwords
      regenerate README.mkdn
      optimized _zip
      added comment
      you can abbr. the 'path_prefix'
      - allow dispatching from PSGI's $env
      added test case for psgi
      support splat(suggested by miyagawa++)
      remove HTTP::Request, Plack::Request support.use PSGI's $env instead.
      remove Declare::Class. This is not useful, I think.
      updated docs
      make $ROUTER as private
      updated docs
      Test-requires is not required.
      Checking in changes prior to tagging of version 0.01.
      developer friendly Makefile.PL
      updated benchmark script
      backport the english fix to pod
      thanks, Sartak!
      Checking in changes prior to tagging of version 0.02.
      Checking in changes prior to tagging of version 0.03.
      added test case for on_match(by miyagawa++)
      fixed benchmarking script for incompat change
      oops. doc fixed
      added stopwords
      regen README.mkdn
      use Test::Synopsis;
      Merge branch 'master' of git://github.com/miyagawa/p5-router-simple
      oops
      Checking in changes prior to tagging of version 0.04.
      added $route->routematch() method.
      added Router::Simple::Route->match($env) method.
      added 'by_name' key to $router.This is used by url_for() method.
      required C::A::Fast
      regen README.mkdn
      remove url_for().
      added cookbook
      regen readme.mkdn
      Checking in changes prior to tagging of version 0.05.
      updated docs
      Test::More 0.88 is required(reported by kazeburo++)
      Checking in changes prior to tagging of version 0.06.
      Checking in changes prior to tagging of version 0.07.
      oops
      Checking in changes prior to tagging of version 0.08.
      fixed spelling issue
      deal with empty PATH_INFO as root
      modernized package
      Checking in changes prior to tagging of version 0.10.
      Detect the bad routing pattern, contains parens.
      croak may breaks existed code, i don't want this. use crap instead.
      Checking in changes prior to tagging of version 0.11.
      pmsetup --upgrade
      Checking in changes prior to tagging of version 0.12.
      Added method_not_allowed() method
      wtf
      Checking in changes prior to tagging of version 0.13.
      added 'routes' acecessor for Router::Simple class.
      Checking in changes prior to tagging of version 0.14.
      Merge branch 'master' of github.com:tokuhirom/p5-router-simple
      minil migrate
      Checking in changes prior to tagging of version 0.15.

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  c188911   Add debian/upstream/metadata
       new  82c0552   Update debian/changelog
       new  1642ee7   Merge tag 'upstream/0.17'
       new  f173520   Update debian/changelog
       new  11e5550   Move libmodule-build-perl from Build-Depends-Indep to Build-Depends.
       new  03b67bd   Reformat debian/control with cme
       new  3845370   Mark package as autopkgtest-able.
       new  d825296   releasing package librouter-simple-perl version 0.17-1

The 8 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.


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



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