]> git.vpit.fr Git - perl/modules/Test-Leaner.git/blobdiff - lib/Test/Leaner.pm
Get rid of skip_all()
[perl/modules/Test-Leaner.git] / lib / Test / Leaner.pm
index d11c4e212cbe22f298ea38f2026880160484fed7..4aaa5e43b4dd07be15fddccb18dd02e879ef91fa 100644 (file)
@@ -160,7 +160,6 @@ sub plan {
 
 our @EXPORT = qw<
  plan
- skip_all
  skip
  done_testing
  pass
@@ -210,15 +209,6 @@ sub import {
  goto &Exporter::import;
 }
 
-=head2 C<skip_all $reason>
-
-=cut
-
-sub skip_all {
- @_ = (skip_all => $_[0]);
- goto &plan;
-}
-
 =head2 C<< skip $reason => $count >>
 
 =cut