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

@@ -7,7 +7,7 @@ use App::Netdisco;
use Dancer ':script';
use Dancer::Plugin::DBIC 'schema';
use 5.10.0;
use 5.010_000;
use Term::UI;
use Term::ReadLine;