Skip Menu |

This queue is for tickets about the Devel-InterpreterSize CPAN distribution.

Report information
The Basics
Id: 84696
Status: new
Priority: 0/
Queue: Devel-InterpreterSize

People
Owner: Nobody in particular
Requestors: MSTEVENS [...] cpan.org
Cc: mstevens [...] etla.org
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.01
Fixed in: (no value)



CC: mstevens [...] etla.org
Subject: fixes for docs
Some fixes for the docs, mainly better spelling.
Subject: devel-interpretersize-spelling.diff
diff -urN Devel-InterpreterSize-0.01.orig/lib/Devel/InterpreterSize.pm Devel-InterpreterSize-0.01/lib/Devel/InterpreterSize.pm --- Devel-InterpreterSize-0.01.orig/lib/Devel/InterpreterSize.pm 2012-06-07 23:45:09.000000000 +0100 +++ Devel-InterpreterSize-0.01/lib/Devel/InterpreterSize.pm 2013-04-17 12:18:15.000000000 +0100 @@ -162,7 +162,7 @@ =head1 NAME -Devel::InterpreterSize - Get rough sizes for the memory useage of perl +Devel::InterpreterSize - Get rough sizes for the memory usage of perl =head1 SYNOPIS @@ -171,7 +171,7 @@ =head1 DESCRIPTION -Gives you back some simple figures for how much memory your perl us using, +Gives you back some simple figures for how much memory your perl is using, in kilobytes. =head1 ORIGINAL AUTHOR @@ -185,7 +185,7 @@ =head1 AUTHORS -All code taken from mod_perl is copyright the authors llisted in +All code taken from mod_perl is copyright the authors listed in L<Apache2::SizeLimit>. And below: @@ -194,7 +194,7 @@ =item Doug Bagley <doug+modperl bagley.org>, channeling Procrustes. --item Brian Moseley <ix maz.org>: Solaris 2.6 support +=item Brian Moseley <ix maz.org>: Solaris 2.6 support =item Doug Steinwand and Perrin Harkins <perrin elem.com>: added support for shared memory and additional diagnostic info diff -urN Devel-InterpreterSize-0.01.orig/README Devel-InterpreterSize-0.01/README --- Devel-InterpreterSize-0.01.orig/README 2012-06-07 23:46:29.000000000 +0100 +++ Devel-InterpreterSize-0.01/README 2013-04-17 12:16:05.000000000 +0100 @@ -1,12 +1,12 @@ NAME - Devel::InterpreterSize - Get rough sizes for the memory useage of perl + Devel::InterpreterSize - Get rough sizes for the memory usage of perl SYNOPIS use Devel::InterpreterSize; my ($total, $shared, $unshared) = Devel::InterpreterSize->new->check_size; DESCRIPTION - Gives you back some simple figures for how much memory your perl us + Gives you back some simple figures for how much memory your perl is using, in kilobytes. ORIGINAL AUTHOR @@ -16,7 +16,7 @@ Tomas (t0m) Doran "<bobtfish@bobtfish.net"> AUTHORS - All code taken from mod_perl is copyright the authors llisted in + All code taken from mod_perl is copyright the authors listed in Apache2::SizeLimit. And below: