File: Changes

package info (click to toggle)
libmoosex-util-perl 0.006-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 256 kB
  • sloc: perl: 101; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,108 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Revision history for MooseX-Util

0.006     2015-06-26 11:32:06 PDT-0700
	* Drop MXAS, as we don't need it.

0.005     2015-05-15 09:38:31 PDT-0700
	* add a stub find_meta...  ...as apparently a number of items calling this
	  as MooseX::Util::find_meta() were breaking after the 0.004 changes.

0.004     2015-05-07 21:58:06 PDT-0700
	* add: is_private()

0.003     2014-05-22 12:30:56 PDT-0700
	* MooseX::TraitFor::Meta::Class::BetterAnonClassNames has been split into
	  its own dist, so let's require the first version of the module present
	  in that dist (and drop it here, naturally).

0.002     2014-03-03 12:17:31 PST-0800
	* Drop Reindeer as a prereq (oops)
	* Add a cpanfile
	* Mark v5.10 as the, ah, maximum minimum version of Perl

0.001     2012-10-29 11:20:28 PST8PDT
	* Initial release
	* we only override with_traits() at this point (in MX::Utils), in order to
	  use our slightly nicer set of anonymous role name picking
	* also includes MooseX::Traitor, and the various meta-bits needed to do
	  the above.  Traitor aims to be a MX::Traits alternate, but right now
	  it's pretty limited.