X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Size.git;a=blobdiff_plain;f=README;h=e6963c579fb1341dd3d748a4289056632d312478;hp=8bc069946204b9285f0a42de8697cce453adc409;hb=fd495cc6d914df3af995a850cc8dd2561d4331b5;hpb=b76217297a5f92982c29177d97eb655b52d164eb diff --git a/README b/README index 8bc0699..e6963c5 100644 --- a/README +++ b/README @@ -12,7 +12,7 @@ Devel::Size - Perl extension for finding the memory usage of Perl variables my $other_size = size(\@foo); my $foo = {a => [1, 2, 3], - b => {a => [1, 3, 4]} + b => {a => [1, 3, 4]} }; my $total_size = total_size($foo); @@ -25,31 +25,31 @@ accurately as possible. To build and install this module, you need: - Perl - a working C or C++ compiler - a make (or namke on Windows) utility + Perl + a working C or C++ compiler + a make (or namke on Windows) utility Follow these steps: On Linux, Cygwin, or Unix: - perl Makefile.PL - make - make test - sudo make install - + perl Makefile.PL + make + make test + sudo make install + On Windows: - perl Makefile.PL - nmake - nmake test - nmake install + perl Makefile.PL + nmake + nmake test + nmake install =head1 BUGREPORTS Please report bugs to: - http://rt.cpan.org/NoAuth/Bugs.html?Dist=Devel-Size + http://rt.cpan.org/NoAuth/Bugs.html?Dist=Devel-Size =head1 COPYRIGHT