Revision: 1369
Author: [email protected]
Date: Mon Sep 27 03:45:46 2010
Log: No need for exclamation in "out of sync with source" warning
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1369
Modified:
/trunk/lib/Devel/NYTProf/Reader.pm
=======================================
--- /trunk/lib/Devel/NYTProf/Reader.pm Sun Sep 12 05:01:01 2010
+++ /trunk/lib/Devel/NYTProf/Reader.pm Mon Sep 27 03:45:46 2010
@@ -463,7 +463,7 @@
# XXX we should be smarter about this - patches welcome!
# We should at least ignore the common AutoSplit case
# which we detect and workaround elsewhere.
- warn "Ignoring '$line' directive at line $LINE - profile
data for $filestr will be out of sync with source!\n"
+ warn "Ignoring '$line' directive at line $LINE - profile
data for $filestr will be out of sync with source\n"
unless our $line_directive_warn->{$filestr}++; # once
per file
}
--
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]