File: Changes

package info (click to toggle)
libapache-authznetldap-perl 0.07-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 433; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 837 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Revision history for Perl extension Apache::AuthzNetLDAP.

0.02  Tue Apr  4 15:09:16 2000
	- repackaged into a cleaner distribution 
0.04  Mon Jun  16 2003
	- added a test.pl file with tests for "make test"
	- changed the Makefile.PL to check for dependencies and 
	  install them automatically
	- modified the .pm file to work with both modperl1 and 2

0.05  Sat Jun  21 2003
	- Made changes to the Makefile.PL to make Net::LDAP
	  and URI installation mandatory.
	- Tried to fix some documentation formatting issues
	- Update documentation to be more comprehensive

0.06 Sun Jun  22 2003
	- Made changes to the Makefile.PL to make 
	  mod_perl installation mandatory.
	- Added notice to Makefile.PL to warn about allowing 
	  mod_perl2 install using ExtUtils::AutoInstall

0.07 Wed Jul  02 2003
	- Took care of some stray "return"s...