Subject: | Spelling errors in pod |
Hi, there is a little error in your POD and the MANIFEST file is
missing. Here is a proposed patch:
--- /dev/null
+++ b/MANIFEST
@@ -0,0 +1,4 @@
+Makefile.PL
+Profile.pm
+README
+MANIFEST
--- a/Profile.pm
+++ b/Profile.pm
@@ -64,10 +64,10 @@
DBIx::Profile is a quick and easy, and mostly transparent, profiler
for scripts using DBI. It collects information on the query
level, and keeps track of first, failed, normal, and total amounts
- (count, wall clock, cput time) for each function on the query.
+ (count, wall clock, CPU time) for each function on the query.
NOTE: DBIx::Profile use Time::HiRes to clock the wall time and
- the old standby times() to clock the cpu time. The cpu time is
+ the old standby times() to clock the CPU time. The CPU time is
pretty coarse.
DBIx::Profile can also trace the execution of queries. It will print