Package: libapache-session-memcached-perl / 0.03-3

Metadata

Package Version Patches format
libapache-session-memcached-perl 0.03-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
grammar.patch | (download)

lib/Apache/Session/Memcached.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 minor grammar corrections
test env var.patch | (download)

t/testlib.pl | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

 allow override of test config by environment variables
 The get_config sub in t/testlib.pl has been modified so that an environment
 variable named MEMCACHED_param will override the parameter param in the config
 file t/CONFIG. This is useful, for example, when the port number is determined
 on the fly during automated testing.