[libpath-router-perl] annotated tag upstream/0.15 created (now 763b3c0)

Jonas Smedegaard dr at jones.dk
Wed Mar 9 17:30:10 UTC 2016


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

js pushed a change to annotated tag upstream/0.15
in repository libpath-router-perl.

        at  763b3c0   (tag)
   tagging  72706c7aea56f8741ea753ac97508b0ea3d70dcc (commit)
 tagged by  Jonas Smedegaard
        on  Wed Mar 9 16:53:04 2016 +0100

- Log -----------------------------------------------------------------
Upstream version 0.15
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJW4EbgAAoJECx8MUbBoAEhW6AP/R1gkibf6WXnff1b/ropDZ4W
Rle/qibtvDy0cVV1f6Z6BVQwZ/NpIxwIREANjdw0qKIeQR+ApRv79KrwZymtZaso
2WnGEzHL5CEvQ/jtBihTS97ufdNuLCJpp+L12IBUI749otxmC8xH8Ns09bbVjkwC
/PqObIkYBa+hvj824y3oCkYbxvGKir0FljrLG8L6IXBz0U2VpzOm4JuoTfqStcLF
dtsgqTT71GLpBFaJDVlmDeADTT9JhEtUv5FMSWbdiXMqeB8mls2wkGoP95RnOwO8
go+hprI00ck59FvkFxHtqNYC1ehcT+Djw4qj9oNdYU1gFEBlvizaI/F7maUIT/hw
L0dLo0hv1iGX6xKavFzOkULdJTLpRTH6MnCJaxa5G5B454OKCaC/Lpj++QNcCiTm
Ku9Qg07sUivCCbfWkmbOpHL7/kXTUjEnYm+ot+aw/A5ulnTDfqnS1TxWKeuKDrNm
KwA1MPf0wvgJ9/XsOmlFu/zT6nOhyAk2KsVzPasqV8MqbsTiL0pEbHaZNecZ54FG
JxMd3h9/O3WRROdN/uCGc+Nc9rTmgq1NVSY8uZoyDmPMCU9JNLgzHoLZgzN2gKm2
6WjUfl5MLLmhwQJcqa4TgbXnFp8Qqs0SvgoDh3VSU2kHLzXypU3LPA69VBH0GWft
ghfkSZeuJqZPPodWb3X1
=/wAv
-----END PGP SIGNATURE-----

Daisuke Maki (lestrrat) (11):
      you need to join $path, not @path (@path is a temp var, used destructively)
      Update tests to test, and reflect changes on Match->path
      fix test count (from checking Match->path)
      Add insert_route
      Scary code
      make it possible to switch between inline/original style
      include File::Spec::Unix code to Path::Router
      Creating an object was taking the bulk of the time. If we can make it so that Path::Class::Route::Match is NOT subclassable (it shouldn't be, no?), then we can resort to a simple bless(), and make it 50% faster
      unroll component verification
      unroll defaults check
      add a missing semicolon

Dylan William Hardison (1):
      route_class attribute, to allow easy subclassing.

Fitz Elliott (4):
      replace stringy types with Types::Standard
      replace Moose types with Type::Tiny
      handroll Path::Router::Route cloning, ditch MooseX::Clone
      convert from Moose to Moo

Hans Dieter Pearcey (22):
      make uri_for return undef on failure to match; add tests for same
      add docs for match and uri_for
      add new test to MANIFEST
      note my changes
      bump version, update modules to match dist
      make display somewhat nicer
      make length_with_defaults slightly more accurate
      test more uri_for arguments
      refine matching, avoid some undef warnings
      actually this SHOULD match
      fix length checking for uri_for
      stop constant url components from consuming arguments to uri_for
      bump to 0.05 and add Changes
      add new test file
      add another test having to do with defaults
      major refactor of uri_for matching
      add test for >1 optional component
      match length against a range, not against the two endpoints
      tweak defaults
      prune undef earlier
      bump to 0.06, Changes entry
      delegate match to route objects; make length_without_optionals cached

Jesse Luehrs (28):
      add a warning when creating unnecessary validations
      cluck instead
      failing test for handling of ambiguous routes
      fix test number
      make sure extraneous mappings don't affect this
      this is unused
      convert to dzil
      use try::tiny
      use Test::Fatal instead
      these should be actual deps, since Test::P::R is installable
      use eval::closure
      try::tiny uses $_, not $@
      disambiguate uri_for a bit more
      clean up this inlining code a bit
      use done_testing
      stop using use_ok
      no reason for this
      handle ambiguities in ->match calls too
      couple more tests
      changelog
      actually, use confess
      changelog
      fix path components being dropped (RT#78388)
      changelog
      update dist.ini
      changelog
      allow path components to be false values
      improve the test a bit

Jonas Smedegaard (1):
      Imported Upstream version 0.15

Mike Raynham (2):
      Fix mapping_ok / mapping_not_ok
      Removed obsolete 'not ok' code

Mohammad S Anwar (1):
      - Adding missing strict/warning pragma check in Path::Route::Types.

Neil Bowers (8):
      Merge pull request #5 from felliott/mooification
      Added Changes entry for FELLIOTT's switchover to Moo
      Give min version when using any 3rd party module
      Set version to 0.14_01 for a developer release, given all the changes
      Updated Stevan's email address
      Removed trailing spaces
      Added minimal doc for two methods that didn't have it. To satisfy pod coverage.
      Prep'd for non developer release

Oliver Charles (1):
      Clarify error message in include_router

Ricardo SIGNES (2):
      qualify pod tests
      bump version, prep release

Stevan Little (44):
      creating dir
      first-commit
      foo
      foo
      foo
      foo
      foo
      optionals are in now
      foo
      foo
      foo
      foo
      foo
      foo
      small tweak
      Path::Router more better
      adding match objects
      whoops
      adding some delegation to make the match API nicer
      I am stupid
      0.02
      0.03
      bugtest
      bugtest
      make-immutable
      - prepping for 0.07 release
      addig include_router feature
      version 0.08
      small fix and version bump
      0.09 release
      just a test to make sure Jackalope style REST stuff works
      dont really need that test
      0.10 relenging
      Merge pull request #1 from ocharles/master
      Merge pull request #2 from doy/master
      release engineering 0.13
      changelog
      possible fix for - https://github.com/timbunce/WebAPI-DBIC/issues/22
      should have shipped this bit, oh well
      bump version num
      changelog
      Merge pull request #8 from timbunce/debug-newline
      Merge pull request #9 from mikeraynham/test_path_router
      Merge pull request #10 from Manwar/add-strict-warning-check

Tim Bunce (1):
      Add newline missing from Route DEBUG output

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

No new revisions were added by this update.

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



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