Author: steve.peters
Date: Mon Mar 30 23:20:38 2009
New Revision: 737
Modified:
trunk/lib/Devel/NYTProf/Util.pm
Log:
Quiet a warning from the current bleadperl.
Modified: trunk/lib/Devel/NYTProf/Util.pm
==============================================================================
--- trunk/lib/Devel/NYTProf/Util.pm (original)
+++ trunk/lib/Devel/NYTProf/Util.pm Mon Mar 30 23:20:38 2009
@@ -38,7 +38,7 @@
use Carp;
use Cwd qw(getcwd);
use List::Util qw(sum);
-use UNIVERSAL qw( isa can VERSION );
+#use UNIVERSAL qw( isa can VERSION );
our $VERSION = '2.09';
--~--~---------~--~----~------------~-------~--~----~
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]
-~----------~----~----~----~------~----~------~--~---