Revision: 1296
Author: [email protected]
Date: Thu Jun 10 03:20:37 2010
Log: Don't require VERSION number sync on so many modules.
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1296
Modified:
/trunk/t/80-version.t
=======================================
--- /trunk/t/80-version.t Fri Mar 6 03:10:01 2009
+++ /trunk/t/80-version.t Thu Jun 10 03:20:37 2010
@@ -1,18 +1,9 @@
-use Test::More tests => 10;
+use Test::More tests => 4;
use_ok('Devel::NYTProf::Core');
my $version = $Devel::NYTProf::Core::VERSION;
ok $version, 'lib/Devel/NYTProf/Core.pm $VERSION should be set';
-use_ok('Devel::NYTProf::Data');
-is $Devel::NYTProf::Data::VERSION, $version, 'lib/Devel/NYTProf/Data.pm
$VERSION should match';
-
-use_ok('Devel::NYTProf::Util');
-is $Devel::NYTProf::Util::VERSION, $version, 'lib/Devel/NYTProf/Util.pm
$VERSION should match';
-
-use_ok('Devel::NYTProf::Reader');
-is $Devel::NYTProf::Reader::VERSION,
$version, 'lib/Devel/NYTProf/Reader.pm $VERSION should match';
-
use_ok('Devel::NYTProf');
is $Devel::NYTProf::VERSION, $version, 'lib/Devel/NYTProf.pm $VERSION
should match';
--
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.
Group hosted at: http://groups.google.com/group/develnytprof-dev
Project hosted at: http://perl-devel-nytprof.googlecode.com
CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf
To post, email: [email protected]
To unsubscribe, email: [email protected]