The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Authen::TacacsPlus.

0.01  Mon Dec  8 16:05:51 1997
	- original version; created by h2xs 1.18

0.16  Mon Apr 26 10:22:22 1999
	- Now does PAP and CHAP authentication, as well
	as the original ASCII. PAP and CHAP use TACACS+ version 1
	- Added flag to make_auth to specify the
	authentication type, plus string lengths (because
	in some auth types, the password string may contain NULs.
	- Added optional flag to ->authen() to specify the
	authentication type. Defaults to ASCII
	- Some reformatting to make it easier to read.
	- Cleaned up Makefiles so it builds cleaner
	- Mike McCauley (mikem@open.com.au)