Browse Source

Shuffling some tests around.

pull/1/head
Brennen Bearnes 17 years ago
parent
commit
382d0ba74a
4 changed files with 3 additions and 1 deletions
  1. +3
    -1
      t/SpitTest.pm
  2. +0
    -0
      t/spittest.pl
  3. +0
    -0
      t/testgal.pl
  4. +0
    -0
      test.pl

+ 3
- 1
t/SpitTest.pm View File

@ -9,7 +9,9 @@ __PACKAGE__->methodspit_depend(
);
sub new {
bless { @_ };
my ($class) = shift;
my $self = { @_ };
bless $self, $class;
}
1;

t/spittest.t → t/spittest.pl View File


t/testgal.t → t/testgal.pl View File


+ 0
- 0
test.pl View File


|||||||
x
 
000:0
Loading…
Cancel
Save