X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F07_Debugging.pod;h=48088525378b4a2a03e165b0af357cc069c9158d;hp=43f913bef019d390f2a4d9d72663f40d09ddb485;hb=d672dfd761cc6afb88940788a6e84e201a77aa6c;hpb=58193af568ad0958d27b749beb2760aa4c385daf 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: