* Synced the perlfaq
[p5sagit/p5-mst-13.2.git] / lib / deprecate.pm
index 9519223..7b92e0b 100644 (file)
@@ -65,7 +65,7 @@ deprecate - Perl pragma for deprecating the core version of a module
 
     use deprecate;     # always deprecate the module in which this occurs
 
-    use if $[ > 5.010, 'deprecate';    # conditionally deprecate the module
+    use if $] > 5.010, 'deprecate';    # conditionally deprecate the module
 
 
 =head1 DESCRIPTION