# HG changeset patch # User Mahlon E. Smith # Date 1403536638 25200 # Node ID 5a0c99ca0c0dc52ddab5a7f67ed0d497eff06755 # Parent d8387a513f2c3d815f8b13f30880c37a4b401ba0 Fix the pod so it can build without complaint under perl 5.20, bump to v1.1.1. Patch from Kurt Jaeger . diff -r d8387a513f2c -r 5a0c99ca0c0d shelldap --- a/shelldap Sat Jun 21 13:36:44 2014 -0700 +++ b/shelldap Mon Jun 23 08:17:18 2014 -0700 @@ -145,6 +145,8 @@ =back +=over 4 + =item B A space separated list of SASL mechanisms. Requires the Authen::SASL @@ -2200,7 +2202,7 @@ use warnings; $0 = 'shelldap'; -my $VERSION = '1.1.0'; +my $VERSION = '1.1.1'; use Getopt::Long; use YAML::Syck;