Skip to content

Commit

Permalink
Eliminate "v-string in use/require non-portable" warning on Perl 5.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Apr 12, 2013
1 parent b9bd319 commit 45731e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -4,6 +4,8 @@ Revision history for Test-File-Contents
- Require Test::Pod 1.41 for Pod tests. Fixes test failures due to the
use of the `L<text|scheme>` Pod syntax diallowed in earlier versions
of Test::Pod.
- Eliminated "v-string in use/require non-portable" warning on Perl
5.10.0.

0.20 2011-02-18
- Now require Perl 5.8.3 or higher. 5.8 has effectively been the
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/File/Contents.pm
@@ -1,6 +1,6 @@
package Test::File::Contents;

use 5.8.3;
use 5.008003;
use warnings;
use strict;

Expand Down

0 comments on commit 45731e7

Please sign in to comment.