move to github
[gitmo/MooseX-Storage.git] / t / 007_false.t
index 147e498..3035651 100644 (file)
@@ -1,9 +1,8 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
 use Test::More tests => 8;
+use Test::Deep;
 
 BEGIN {
     use_ok('MooseX::Storage');
@@ -32,7 +31,7 @@ BEGIN {
 
     is($foo->boolean, 0, '... got the right boolean value');
 
-    is_deeply(
+    cmp_deeply(
         $foo->pack,
         {
             __CLASS__ => 'Foo',