/[Sack]/trunk/t/Sack.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

Contents of /trunk/t/Sack.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations)
Fri Oct 9 18:19:29 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: application/x-troff
File size: 170 byte(s)
load Sack::Node also (it should be pure perl)
1 #!/usr/bin/perl
2
3 use Test::More tests => 7;
4
5 use lib 'lib';
6
7 BEGIN {
8 use_ok( 'Sack' );
9 use_ok( 'Sack::Node' );
10 }
11
12 ok( duration( $_ ), 'duration' ) foreach ( 1 .. 5 );
13

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26