projects
/
gitmo/MooseX-Singleton.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8eec3c6
)
Removing VERSION heading in POD, which we never keep up to dit
Dave Rolsky [Fri, 11 Sep 2009 14:23:42 +0000 (09:23 -0500)]
lib/MooseX/Singleton.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Singleton.pm
b/lib/MooseX/Singleton.pm
index
3401c7e
..
ede67c4
100644
(file)
--- a/
lib/MooseX/Singleton.pm
+++ b/
lib/MooseX/Singleton.pm
@@
-47,10
+47,6
@@
__END__
MooseX::Singleton - turn your Moose class into a singleton
-=head1 VERSION
-
-Version 0.18, released 24 May 08
-
=head1 SYNOPSIS
package MyApp;