The problem is still there. The issue is that RPM::Info.pm searches for
"Install date" instead of "Install Date" (not the difference in
capitalization of the workd "date").
A better solution would be to make all pattern matching case insensitive.
ex:
if ($line =~ /(Install date+).*: ([(\/\w].*.[\w\/)]) .*. (Build
Host+).*: ([(\/\w].*.[\w\/)])/i)
Dave
[MAHNKONG - Wed Dec 10 06:15:23 2003]:
Show quoted text> Hi,
>
> the module searched allready for "Install date"...
> anyway i've uploaded a new version.
>
>
> greetings,
> mahnkong
>
>
> [guest - Thu Dec 4 15:56:42 2003]:
>
> > I found a small bug that's easy to fix. Line 256 looks for
> > "Install Date" instead of "Install date".
> >
> > As a result RPM::Info is unable to report the install date or build
host.
Show quoted text> >
> > I'd appreciate letting me know once it's fixed.
> >
> > Cheers,
> >
> > Dave
>