diff options
Diffstat (limited to 'inc/geshi/perl.php')
-rw-r--r-- | inc/geshi/perl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/geshi/perl.php b/inc/geshi/perl.php index 3694bfa35..8f063cd99 100644 --- a/inc/geshi/perl.php +++ b/inc/geshi/perl.php @@ -4,7 +4,7 @@ * -------- * Author: Andreas Gohr (andi@splitbrain.org), Ben Keen (ben.keen@gmail.com) * Copyright: (c) 2004 Andreas Gohr, Ben Keen (http://www.benjaminkeen.org/), Nigel McNie (http://qbnz.com/highlighter/) - * Release Version: 1.0.7.19 + * Release Version: 1.0.7.20 * Date Started: 2004/08/20 * * Perl language file for GeSHi. @@ -146,7 +146,7 @@ $language_data = array ( ) ), 'URLS' => array( - 3 => 'http://www.perldoc.com/perl5.6/pod/func/{FNAME}.html' + 3 => 'http://perldoc.perl.org/functions/{FNAME}.html' ), 'OOLANG' => true, 'OBJECT_SPLITTERS' => array( |