On Friday, 19. August 2005 17:06, Christopher H. Laco wrote: > OK, NOW I'm worried. I never use the CVS version; only the 1.62 version > on CPAN. This is especially true on windows for most people where the > only version that can install is the 1.62 version from TheoryX. > > Dare I ask what the breaking change was between 1.62 -> 1.7?
Sure. Basically, SimpleTaglib uses perl attributes for configuration. The attribute names have been all-lowercase in the first versions, but when running AxKit on newer perls and with warnings enabled, this creates zillions of "may conflict with future reserved word" warnings. Thus, I prefixed all attributes with XSP_, since perl likes mixed-case attributes better. For compatibility, the old names are still parsed and recognized, but your error log will probably fill up impressively fast. Erm... did I send that last mail to you only? -- CU Joerg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
