We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ee123 commit 8869175Copy full SHA for 8869175
Changes
@@ -1,6 +1,6 @@
1
Revision history for namespace-autoclean
2
3
-{{$NEXT}}
+0.26 2015-06-07 02:53:17Z
4
- mark all Mouse tests as TODO below perl 5.010, to enable installation
5
despite apparent instability issues (see RT#101825)
6
README.pod
@@ -8,7 +8,7 @@ namespace::autoclean - Keep imports out of your namespace
8
9
=head1 VERSION
10
11
-version 0.25
+version 0.26
12
13
=head1 SYNOPSIS
14
@@ -120,6 +120,9 @@ work correctly for methods from roles consumed at compile time.
120
# Good, methods from role will be maintained
121
with 'Some::Role';
122
123
+Additionally, method detection may not work properly in L<Mouse> classes in
124
+perls earlier than 5.10.
125
+
126
=head1 SEE ALSO
127
128
=over 4
0 commit comments