Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

brianiac (4158)

brianiac
  (email not shown publicly)

Journal of brianiac (4158)

Tuesday June 01, 2004
12:42 PM

ppm

[ #19032 ]
I notice that when I install XML::DTDParser 1.7 from ppm, I actually get version 1.5.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • It's possible the author updated the package, and accidentally used an old version number, or simply forgot to update it (twice, maybe).

    I know I've done it. As a result, I always add a VERSION check in my unit tests now to help eliminate that mistake.