]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - lib/indirect.pm
No longer fork to test. IPC::Cmd is no longer required
[perl/modules/indirect.git] / lib / indirect.pm
index 6aa0d9617350503cb35d8a62fa7a2b0b9f649732..c355f6f9f485b7841b8eb0b0057ad6c7df1990cd 100644 (file)
@@ -9,13 +9,13 @@ indirect - Lexically warn about using the indirect object syntax.
 
 =head1 VERSION
 
-Version 0.02
+Version 0.03
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.02';
+ $VERSION = '0.03';
 }
 
 =head1 SYNOPSIS
@@ -67,8 +67,6 @@ L<perl> 5.9.4.
 
 L<XSLoader> (standard since perl 5.006).
 
-Tests require L<IPC::Cmd> (standard since 5.9.5).
-
 =head1 AUTHOR
 
 Vincent Pit, C<< <perl at profvince.com> >>, L<http://www.profvince.com>.