updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / perl-net-radius-server / net-radius-server-fix-constant-export.patch
blobd5bd0bb4f11f64e61f016cf16861da1edc20a2a3
1 diff -r cee2e64e7a86 lib/Net/Radius/Server/Base.pm
2 --- a/lib/Net/Radius/Server/Base.pm Thu Apr 28 14:22:26 2011 +0300
3 +++ b/lib/Net/Radius/Server/Base.pm Thu Apr 28 14:23:09 2011 +0300
4 @@ -4,7 +4,7 @@
5 use strict;
6 use warnings;
8 -require Exporter;
9 +use Exporter qw(import);
10 use base qw/Net::Radius::Server Exporter/;
12 # These are constants useful for the "match" methods