/[libconf]/libconf/perl-Libconf/Types.pm
ViewVC logotype

Diff of /libconf/perl-Libconf/Types.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dams, Sun Oct 12 19:44:14 2003 UTC revision 1.2 by dams, Mon Oct 20 12:55:20 2003 UTC
# Line 23  Line 23 
23  package Libconf::Types;  package Libconf::Types;
24  use strict;  use strict;
25    
26  Libconf::Types::IP4_REGEXP = '\d{}';  $Libconf::Types::IP4_REGEXP = '((2[0-4][0-9]|25[0-5]|[0-1]?[0-9]?[0-9])\.){3}(2[0-4][0-9]|25[0-5]|[0-1]?[0-9]?[0-9])';
27    
28  1;  1;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26