/[VRac]/M6502/t/00-load.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 /M6502/t/00-load.t

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

ACME-6502/t/00-load.t revision 2 by dpavlin, Sun Jul 29 00:19:52 2007 UTC M6502/t/00-load.t revision 29 by dpavlin, Mon Jul 30 17:32:41 2007 UTC
# Line 1  Line 1 
1  use Test::More tests => 1;  #!/usr/bin/perl
2    
3    use Test::More tests => 3;
4    
5  BEGIN {  BEGIN {
6    use_ok( 'M6502' );
7  use_ok( 'Orao' );  use_ok( 'Orao' );
8    use_ok( 'Screen' );
9  }  }
10    
11  diag( "Testing Orao $Orao::VERSION, Perl 5.008008, /usr/bin/perl" );  diag( "Testing M6502 $M6502::VERSION, Perl 5.008008, /usr/bin/perl" );

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

  ViewVC Help
Powered by ViewVC 1.1.26