/[SysIface]/t/basic.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 /t/basic.t

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

revision 2 by dpavlin, Tue Jun 16 19:33:55 2009 UTC revision 3 by dpavlin, Tue Jun 16 19:39:42 2009 UTC
# Line 1  Line 1 
1  #!perl  #!/usr/bin/perl
2    
3  use strict;  use strict;
4  use warnings;  use warnings;
# Line 7  use Mojo::Client; Line 7  use Mojo::Client;
7  use Mojo::Transaction;  use Mojo::Transaction;
8  use Test::More tests => 4;  use Test::More tests => 4;
9    
10    use lib 'lib';
11    
12  use_ok('SysIface');  use_ok('SysIface');
13    
14  # Prepare client and transaction  # Prepare client and transaction

Legend:
Removed from v.2  
changed lines
  Added in v.3

  ViewVC Help
Powered by ViewVC 1.1.26