Forgot to update the test for the automatic set_counter method
Shawn M Moore [Tue, 24 Jun 2008 07:24:22 +0000 (07:24 +0000)]
t/011_counter_with_defaults.t

index 37ed3bc..d7d9f8f 100644 (file)
@@ -52,5 +52,6 @@ is_deeply($counter->provides, {
     inc   => 'inc_counter',
     dec   => 'dec_counter',
     reset => 'reset_counter',        
+    set   => 'set_counter',
 }, '... got the right default provides methods');