[SCM] libbread-board-perl Debian packaging annotated tag, upstream/0.25, created. upstream/0.25

Jonas Smedegaard dr at jones.dk
Sat May 4 19:49:28 UTC 2013


The annotated tag, upstream/0.25 has been created
        at  e4c34899226b59abc5a5dce1c07b21d2478725a0 (tag)
   tagging  d4785cb6b5bc99c1547de954de9744c46df3ed93 (commit)
  replaces  0.08
 tagged by  Jonas Smedegaard
        on  Sat May 4 19:48:37 2013 +0200

- Shortlog ------------------------------------------------------------
Upstream version 0.25
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAABCgAGBQJRhUn1AAoJEE7BtyI3T5vWhX8H/R2ogWKToL+QZMkJBQOw911q
LfZfcHIDpMs0qcmIq71gzChoYW+D0KfRpZLgtwDkY9hxvgH2Ga6JeTwcbCkMc8DU
xWCHLnUF7l5h3nI/0/CS1QoGpqDAaj2sZz/5N16gVP5yAwRJhK0bGyEfsF7UnZsK
AreKCNsvlzP+HAQCPi+VXsj35BIm1m0DZfAP7kj68S7YQKbJlfXyXiv9OwYIGFwP
9ZDZQw6ogqI1TC2qijJNYs4FlrEiDbTjNQEno6noXNuZ6qZV1dvE58bQK/DQGvmd
pqjy4hDs4CyOWLZrPtFL5h1G470FbnkRZO1verKbZ8s326XF+nNvLnsEZZjRT8g=
=bOf1
-----END PGP SIGNATURE-----

André Walker (3):
      Create a builder for the parameters attribute, so that the default
      dependencies should be after parameters, so that it doesn't override it, if it has defaults
      tests for reordering, and custom ::Service::WithParameters

Brad Bowman (1):
      Manual::Concepts: you objects -> your objects

Florian Ragwitz (3):
      Port from Sub::Exporter to Moose::Exporter.
      Version 0.11.
      Add failing tests on defered services using parameters

Jason May (1):
      allow for custom lifecycles by prepending '+'

Jay Hannah (1):
      Add repository info to META.yml automagically.

Jesse Luehrs (27):
      automatically call wire up dependencies if they're passed as strings
      the tc actually is RegexpRef
      catch compilation errors in included files
      don't modify the passed in dependency array
      make relative parent path traversal more sane
      add the ability to alias services
      stop relying on ->meta existing on arbitrary classes
      rebless_instance_back rather than raw bless
      test to ensure singletons work with aliases
      make fetch on a non-alias always return a non-alias
      tests for fetch on aliases
      allow passing a service to clone rather than args when inferring
      actually, use the given name for the service too
      allow other names to be used for inferred services
      add perigrin's failing test
      get already calls instance when appropriate, don't need this
      make resolving singletons work properly with cycles
      failing test for inference not taking inheritance into account
      make subclasses also able to satisfy type mappings
      convert to dzil
      get rid of test::exception
      more test cleanups
      use test::requires
      changelog
      make BlockInjection do the WithClass role
      changelog
      fix dzil authordeps

Jonas Smedegaard (1):
      Imported Upstream version 0.25

Jonathan Rockway (1):
      add GraphViz visualizer

Kip Hampton (1):
      Allow service() and alias() sugar functions to return the newly-created objects if the context container is not defined.

Stevan Little (109):
      adding in jrockways clone support and finishing the implementation and tests for him
      whoops, finished the changelog before commiting
      fixing and testing the parameter leak condition
      0.09 release
      fixing the synopsis, adding it to a test and changing the version numbers
      applying Tom's changes by hand because github can't figure it out
      first stab at the docs
      hand-applying rafls change, fuckign github--
      adding an include keyword to the sugar
      removing the MX::AH code in favor of Native Traits
      first swipe at parameterized containers
      make 'em named params
      another test, I like this one
      cleaned up the test a little
      adding some more docs and a recursive include test
      adjusting versions, cleaning up dependencies
      adding a test for working with the sugar
      making the sugar work with an instance as well
      testing it with inheritance
      fix the inverted logic
      adding in the Manual
      more manual work
      damn you Sartak!
      re-working, re-arranging of some manual items
      start of the advanced concepts manual
      spelling corrections and some tweaks
      0.12 release
      make it possible to store parameterized containers inside other containers
      adding a test to make sure that we can generate a non-blessed value with a block injection
      changloggin and removing a stray MX::AH reference
      adding some examples
      comments in the form-sensible test
      restoring the Form::Sensible test and expanding the Example docs
      adding the links into the Examples doc
      0.13 release
      new parameter handling feature and version number bump
      container now has a ->resolve method to replace the ->fetch()->get pattern
      dont use resolve for the thunk anymore, now use inflate instead
      service sugar no longer accepts type, it looks for service_type instead
      first stab at the type-map
      adding some more TODOs and more stuff in the tests
      adding in some more validation
      more validation
      more complex example
      make sure that dependencies passed to infer are merged correctly
      changelog update
      Merge branch 'master' into with-typemap
      updated changelog
      fixing the params (semi-hackishly)
      Merge branch 'master' into with-typemap
      more complex infer tests
      added more to the test
      fixing the circ dep test and removing MX:Param dep
      Merge branch 'master' into with-typemap
      okay, cant do that so here we go
      infer will now make things it cannot infer into parameters
      adding the changelog
      Merge branch 'master' into with-typemap
      little cleanup
      some docs, more changeloggin and version number change
      forgot the version in the README
      in a top-level inferrence, non-required attributes become optional parameters
      more non-required attr -> optional parameter tests
      typemap docs
      improving the docs
      fixing the circular dep test cause Test::More changed behavior
      0.15 release
      bunch of features and tests
      changing version numbers
      improve error message
      fixing the copyright dates
      changlogging
      handle recursion in the inference engine
      updating the docs for RT#63124
      changeloggin
      version bump
      Merge branch 'master' of git://github.com/rafl/bread-board into rafl-master
      fix rafl's bug
      changelog and version bump
      because rafl doubts me
      Merge pull request #3 from jrockway/master.
      Merge pull request #4 from doy/master.
      Merge pull request #5 from jasonmay/master
      changelogging
      filling in some of the POD boilerplate
      updating version numbers
      Merge pull request #6 from doy/master
      release engineering 0.20
      Merge pull request #7 from ubu/master
      Merge pull request #11 from notbenh/SYNOPSIS
      Merge pull request #10 from andrewalker/master
      Merge pull request #9 from bobtfish/master
      Merge pull request #12 from bowman/patch-1
      changlogging for 0.21
      forgot the date
      Merge pull request #13 from doy/master
      switch to builder so that subclassing is easier
      retain control of the generated containers
      fix test to avoid Moose deprecation warnings
      changelogged
      cleaning up some of the dzillification
      clone subcontainers too, duh
      be a little more defensive
      changeloggin
      Merge branch 'master' of github.com:stevan/BreadBoard
      some more detail in the changelog
      next changelog
      fix and clarify how the container sugar works
      changelog it

Tomas Doran (5):
      Update .gitignore
      Require reasonable M::I version
      Make the POD test have to be run, and be author only
      Update the copyright dates with sed
      Bread::Board is an exporter, not something you make an instance of

ben hengst (1):
      fixing minor errors in the SYNOPSIS

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

-- 
libbread-board-perl Debian packaging



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