X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F07_Debugging.pod;h=48088525378b4a2a03e165b0af357cc069c9158d;hb=fb89357e0120f2bc1c084eb024e89467cc3b1af5;hp=43f913bef019d390f2a4d9d72663f40d09ddb485;hpb=5988477160c698d0e5efd1cf1911845d40a327cf;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/07_Debugging.pod b/lib/Catalyst/Manual/Tutorial/07_Debugging.pod index 43f913b..4808852 100644 --- a/lib/Catalyst/Manual/Tutorial/07_Debugging.pod +++ b/lib/Catalyst/Manual/Tutorial/07_Debugging.pod @@ -311,7 +311,7 @@ debugging: Check the version of an installed module: - perl -MEmod_nameE -e '"print $Emod_nameE::VERSION\n"' + perl -M -e 'print "$::VERSION\n"' For example: