s/\t/ /g;
Dave Rolsky [Fri, 24 Apr 2009 18:03:33 +0000 (13:03 -0500)]
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 &