Update the version of Providers.pm

This commit is contained in:
Tom Eastep 2011-06-30 18:40:48 -07:00
parent 6ff02dbaa3
commit ea22d79aeb

View File

@ -35,7 +35,7 @@ use strict;
our @ISA = qw(Exporter);
our @EXPORT = qw( setup_providers @routemarked_interfaces handle_stickiness handle_optional_interfaces );
our @EXPORT_OK = qw( initialize lookup_provider );
our $VERSION = '4.4_20';
our $VERSION = '4.4_21';
use constant { LOCAL_TABLE => 255,
MAIN_TABLE => 254,