From: David Steinbrunner Date: Wed, 27 Nov 2013 21:35:55 +0000 (-0500) Subject: typo fixes X-Git-Tag: v0.010001~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=ef3dc7725bcd41282269b299fda0c65c2ad034c3 typo fixes --- diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index 84f270b..1aaba1c 100644 --- a/lib/App/FatPacker.pm +++ b/lib/App/FatPacker.pm @@ -343,7 +343,7 @@ L
=head1 SUPPORT -Your current best avenue is to come annoy annoy mst on #toolchain on +Your current best avenue is to come annoy mst on #toolchain on irc.perl.org. There should be a non-IRC means of support by 1.0. =head1 AUTHOR diff --git a/lib/App/FatPacker/Trace.pm b/lib/App/FatPacker/Trace.pm index 470b4b0..d58800e 100644 --- a/lib/App/FatPacker/Trace.pm +++ b/lib/App/FatPacker/Trace.pm @@ -79,7 +79,7 @@ from the command line as such: perl -MApp::FatPacker::Trace [...] -You can control the paramters to the import using an equal sign, as such: +You can control the parameters to the import using an equal sign, as such: # send the parameter "hello" perl -MApp::FatPacker::Trace=hello [...]