From: Graham B. <gb...@po...> - 2002-02-21 14:59:10
|
On Thu, Feb 21, 2002 at 08:40:05AM -0000, Chris Ridd wrote: > Graham Barr <gb...@po...> wrote: > > I think it is time that we stopped holding ourselves back and drop > > support for running Net::LDAP under perl5.004 > > > > So unless someone speaks up with a very compelling argument, the > > next release of perl-ldap will require at least perl5.005_03 > > > > Graham. > > > > What are the differences between these 2 versions, and how do they affect > Net::LDAP? Its mainly just syntax. I could easily make most of Net::LDAP be OK. But Filter is using a regexp that 5.004 does not like (but we may find a different solution) But also more and more of the modules we depend on are moving on. The DSML module I am working on uses XML::SAX, which will not work with 5.004 So its getting to the point where we say "we support 5.004, but if you want to do this, that or the other your mileage will vary" Graham. |