projects
/
gitmo/MooseX-Singleton.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4e0dca6
)
Get rid of a pointless BEGIN block
Dave Rolsky [Sun, 21 Jun 2009 20:12:54 +0000 (15:12 -0500)]
t/003-immutable.t
patch
|
blob
|
blame
|
history
diff --git
a/t/003-immutable.t
b/t/003-immutable.t
index
bb0fc6c
..
39e45bd
100644
(file)
--- a/
t/003-immutable.t
+++ b/
t/003-immutable.t
@@
-12,7
+12,7
@@
BEGIN {
}
}
-BEGIN {
+{
package MooseX::Singleton::Test;
use MooseX::Singleton;