fix example typo (thanks, BooK!)
[catagits/Web-Simple.git] / lib / Web / Simple.pm
index 32801d1..eeca8d6 100644 (file)
@@ -95,7 +95,7 @@ Importing L<strictures> will automatically make your code use the C<strict> and
 C<warnings> 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