/[pxelator]/lib/PXElator/t/ip.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 /lib/PXElator/t/ip.t

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

revision 264 by dpavlin, Sat Aug 15 22:38:02 2009 UTC revision 265 by dpavlin, Wed Aug 19 12:46:07 2009 UTC
# Line 4  use warnings; Line 4  use warnings;
4  use strict;  use strict;
5  use autodie;  use autodie;
6    
7  use Test::More tests => 5;  use Test::More tests => 6;
8  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
9    
10  use_ok 'ip';  use_ok 'ip';
# Line 16  foreach my $object ( qw/link route/ ) { Line 16  foreach my $object ( qw/link route/ ) {
16          diag $h;          diag $h;
17  }  }
18    
19    ok( my @devs = ip::devices_up(), 'devices_up' );
20    diag dump( @devs );

Legend:
Removed from v.264  
changed lines
  Added in v.265

  ViewVC Help
Powered by ViewVC 1.1.26