Show
Ignore:
Timestamp:
04/01/09 17:52:44 (12 months ago)
Author:
eevee
Message:

Fixed a handful of warnings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/lib/Vee/Utils.pm

    r463 r474  
    9595# should begin with a letter, but given that 'xalpha' includes dot this was 
    9696# a bit clumsy to pull off in practice, so I left it lazy. 
    97 my $url_xalphas = qr/[-$_@.&+!*"'(),a-zA-Z0-9]/; 
     97my $url_xalphas = qr/[-_@.&+!*"'(),a-zA-Z0-9\$]/; 
    9898our $IsValidURL = qr/ ^ 
    9999    (?: http | https | ftp ) :\/\/          # protocol