s/\t/ /g;
[gitmo/MooseX-Singleton.git] / ChangeLog
index 5ad6058..e969ebc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 Revision history for Perl extension MooseX-Singleton
 
 0.17 2009-04-24
-               - Add ClassName->_clear_instance. (hdp)
+    - Add ClassName->_clear_instance. (hdp)
 
 0.16 2009-04-24
     - Changes to keep constructor inlining working with latest Moose &