fix tags
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 6 Aug 2010 19:27:23 +0000 (21:27 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 6 Aug 2010 19:27:23 +0000 (21:27 +0200)
t/50-Readers.t

index d632110..cd99368 100755 (executable)
@@ -11,8 +11,8 @@ BEGIN {
 
 ok( my $o = RFID::Biblio::Reader->new( shift @ARGV ), 'new' );
 
-ok( my $tags = $o->tags, 'tags' );
-diag dump( $tags );
+ok( my $tags = [ $o->tags ], 'tags' );
+diag 'tags: ', dump( $tags );
 
 done_testing();