projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
20e8e3c
)
Fix warnings
t0m [Sun, 5 Jul 2009 23:50:02 +0000 (
00:50
+0100)]
ChangeLog
patch
|
blob
|
blame
|
history
t/005_strict.t
patch
|
blob
|
blame
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
3a0007c
..
5317faa
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,8
@@
Revision history for Perl extension MooseX-Getopt
+ * Tests
+ - Fix warning from tests with new Moose (t0m)
+
0.18 Thu. April 9 2009
* MooseX::Getopt::Dashes
- New module, for converting undercores to dashes (ilmari)
diff --git
a/t/005_strict.t
b/t/005_strict.t
index
8a8d634
..
206cb64
100644
(file)
--- a/
t/005_strict.t
+++ b/
t/005_strict.t
@@
-70,14
+70,6
@@
BEGIN {
isa => 'Int',
default => 713
);
-
- has '_private_stuff_cmdline' => (
- is => 'ro',
- isa => 'Int',
- default => 832,
- cmd_flag => 'p',
- );
-
}
{