Changes for next release
[gitmo/MooseX-ClassAttribute.git] / t / 04-with-native-traits.t
index 22abd37..ba8c5eb 100644 (file)
@@ -12,6 +12,7 @@ use Test::More;
     class_has counter => (
         traits  => ['Counter'],
         is      => 'ro',
+        default => 0,
         handles => {
             inc_counter => 'inc',
         },