Changeset 23754
- Timestamp:
- Apr 8, 2009, 3:11:10 PM (17 years ago)
- Location:
- branches/neb_distrib_20081210/Nebulous-Server/t
- Files:
-
- 2 edited
-
01_load.t (modified) (1 diff)
-
75_parse_neb_key.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/neb_distrib_20081210/Nebulous-Server/t/01_load.t
r17076 r23754 12 12 use Test::More tests => 5; 13 13 14 BEGIN { use_ok( 'Nebulous::Key s' ); }14 BEGIN { use_ok( 'Nebulous::Key' ); } 15 15 BEGIN { use_ok( 'Nebulous::Server' ); } 16 16 BEGIN { use_ok( 'Nebulous::Server::Log' ); } -
branches/neb_distrib_20081210/Nebulous-Server/t/75_parse_neb_key.t
r20900 r23754 14 14 use lib qw( ./t ./lib ); 15 15 16 use Nebulous::Key sqw( parse_neb_key );16 use Nebulous::Key qw( parse_neb_key ); 17 17 use Test::Nebulous; 18 18
Note:
See TracChangeset
for help on using the changeset viewer.
