From: Karen Etheridge Date: Mon, 4 Aug 2014 23:30:07 +0000 (-0700) Subject: fix example typo (thanks, BooK!) X-Git-Tag: v0.030~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c6ce65ac85c6441b93532f7d51a520b12c4c8f66;p=catagits%2FWeb-Simple.git fix example typo (thanks, BooK!) --- diff --git a/lib/Web/Simple.pm b/lib/Web/Simple.pm index 32801d1..eeca8d6 100644 --- a/lib/Web/Simple.pm +++ b/lib/Web/Simple.pm @@ -95,7 +95,7 @@ Importing L will automatically make your code use the C and C pragma, so you can skip the usual: use strict; - use warnings FATAL => 'aa'; + use warnings FATAL => 'all'; provided you 'use Web::Simple' at the top of the file. Note that we turn on *fatal* warnings so if you have any warnings at any point from the file