Fix $NEXT marker
Dave Rolsky [Thu, 19 May 2011 18:43:32 +0000 (13:43 -0500)]
Changes

diff --git a/Changes b/Changes
index e72661b..4a86819 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension MooseX-Singleton
 
-{{$NEXT}
+{{$NEXT}}
 
     - Fix 006-cooperative.t - this test requires MooseX::StrictConstructor
       0.16+ to pass with Moose 2.00+. Reported by Alexandr Ciornii. RT