RE: patch full of dark magic
"Jan Dubois" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Organization | ActiveState Software Inc |
| Message-ID | <[email protected]> |
On Mon, 09 Aug 2010, Jan Dubois wrote: > > On Mon, 09 Aug 2010, David E. Wheeler wrote: > > Tim, I think we're ready for another dev release, especially since I added this test to the MANIFEST. > > Running tests on the latest ActivePerl shows 2 issues: Sorry, forgot to mention one "untidiness": The warning about site_lib coming after the normal library directories in @INC is not correct for 5.12 and later, which have changed the @INC order to: sitelib, vendorlib, privlib. So this warning should only be displayed for older Perl versions. Cheers, -Jan