1234567891011 # Pragmas.use strict;use warnings;# Modules.use Task::Graph::Reader;use Test::More 'tests' => 2;use Test::NoWarnings;# Test.is($Task::Graph::Reader::VERSION, 0.03, 'Version.');
# Pragmas.
use
strict;
warnings;
# Modules.
Task::Graph::Reader;
Test::More
'tests'
=> 2;
Test::NoWarnings;
# Test.
is(
$Task::Graph::Reader::VERSION
, 0.03,
'Version.'
);