Skip to content

Commit

Permalink
removed bogus tutorial and basetest from distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianh committed Jan 3, 2005
1 parent 9313bf9 commit 318d4be
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 935 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Test::Class.

0.07
- Removed Test::Class::Tutorial & Test::Class::BaseTest since
they shouldn't have escaped into the wild quite yet. Oops.

0.06
- Some cosmetic POD updates

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class.pm
Expand Up @@ -14,7 +14,7 @@ use Test::Builder;
use Test::Class::MethodInfo;


our $VERSION = '0.06';
our $VERSION = '0.07';


use constant NO_PLAN => "no_plan";
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class.pod
Expand Up @@ -995,6 +995,6 @@ A very simple unit testing framework.

=head1 LICENCE

Copyright 2002-2004 Adrian Howard, All Rights Reserved.
Copyright 2002-2005 Adrian Howard, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
79 changes: 0 additions & 79 deletions lib/Test/Class/BaseTest.pm

This file was deleted.

0 comments on commit 318d4be

Please sign in to comment.