fix version strings for platform warning

This commit is contained in:
Oliver Gorwits
2012-12-20 13:20:23 +00:00
parent 52c1dcc5af
commit a5d2848cef
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ package App::Netdisco;
use strict;
use warnings FATAL => 'all';
use 5.10.0;
use 5.010_000;
use File::ShareDir 'dist_dir';
use Path::Class;