forked from rafl/namespace-autoclean
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
47 lines (35 loc) · 1.62 KB
/
Changes
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
0.13 Wed, 24 Aug 2011 09:33:00 +0000
* Fix issue in dist.ini which was causing links to be incorrectly generated.
* Re-package to remove BEGIN { $VERSION hackery by using a newer
Dist-Zilla.
0.12 Fri, 04 Feb 2011 10:39:00 +0000
* Bump namespace::clean dep to 0.20 to pull in the bugfix for
Package::Stash::XS 0.19
0.11 Fri, 07 May 2010 19:32:37 +0200
* Improve distribution metadata.
0.10 Sat, 01 May 2010 20:32:59 +0200
* Fix documentation typo ( Andrew Rodland).
0.09 Tue, 15 Sep 2009 07:45:16 +0200
* Fix to avoid deprecation warnings from the latest Class::MOP, but
it still works with older versions too. (Dave Rolsky)
* Fix a documentation typo (Jonathan Yu).
0.08 Sun, 07 Jun 2009 17:34:02 +0200
* Run the role tests again Moose >= 0.56 only.
* Add diagnostic for the Moose version to the role test.
0.07 Wed, 27 May 2009 22:27:46 +0200
* Drop the useless Class::MOP::class_of call (Chris Prather).
* Extend -also to make it accept coderefs and regexen (Kent Fredric).
0.06 Wed, 20 May 2009 15:14:36 +0200
* Allow selection of explicit cleanee (Shawn M Moore).
0.05 Fri, 01 May 2009 12:44:25 +0200
* Don't clean the 'meta' method for Moose roles, even if it's not
included in get_method_list.
0.04 Wed, 22 Apr 2009 07:42:32 +0200
* Make -also accept a plain string instead of only an array ref.
0.03 Sat, 18 Apr 2009 11:43:10 +0200
* Changes dependeny of Class::MOP to 0.80, this is the first version
with class_of.
0.02 Fri, 17 Apr 2009 14:21:46 +0200
* Allow removing symbols other than imports using the -also option.
0.01 Sat, 11 Apr 2009 02:41:50 +0200
* Initial release.