/[Frey]/branches/no-pager/t/07-frey-svk.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/no-pager/t/07-frey-svk.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 492 by dpavlin, Mon Nov 24 20:38:24 2008 UTC revision 505 by dpavlin, Mon Nov 24 22:21:02 2008 UTC
# Line 2  Line 2 
2  use strict;  use strict;
3  use warnings;  use warnings;
4    
5  use Test::More tests => 4;  use Test::More tests => 5;
6  use lib 'lib';  use lib 'lib';
7    
8  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
# Line 21  diag dump @modified if $debug; Line 21  diag dump @modified if $debug;
21  ok( my $data = $o->as_data, 'as_data' );  ok( my $data = $o->as_data, 'as_data' );
22  diag dump $data if $debug;  diag dump $data if $debug;
23    
24    ok( my $info = $o->info, 'info' );
25    diag dump $info; # if $debug;
26    

Legend:
Removed from v.492  
changed lines
  Added in v.505

  ViewVC Help
Powered by ViewVC 1.1.26