Ask Bjørn Hansen
|
a23d4b3da9
|
Fix 01-syntax test failures
Exclude some tests with dependencies.
Remove -T from perl line in plugins
This makes it harder to test with PERL5LIB/perlbrew etc
|
2012-04-29 01:36:01 -07:00 |
|
Robert
|
61de599c1b
|
Normalize #! lines on all plugins
find . -type f | xargs -n1 perl -pi.bak -0777 -e '$want = "#!perl -Tw"; s/\A#!.*\n/$want\n/; s/\A([^#])/$want\n\1/s'
|
2012-04-28 20:41:31 -07:00 |
|
Matt Simerson
|
8b892c33ad
|
fix copy/paste error in auth_flat_file
correct copy/paste error, where auth_flat_file methods were named authsql in auth_flat plugin
Signed-off-by: Robert <rspier@pobox.com>
|
2010-05-11 21:08:50 -07:00 |
|
Matt Sergeant
|
bfe7e6cb63
|
Flat file auth plugin
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@402 958fd67b-6ff1-0310-b445-bb7760255be9
|
2005-03-30 20:50:34 +00:00 |
|