I'm trying to install bugzilla on windows. The instructions say I need to install Date::Parse and when I run the installation program it says I don't have Date::Parse installed.
Below is my attempt to install Date::Parse: What am I doing wrong? Thanks, Siegfried C:\Perl\bin>ppm PPM interactive shell (2.2.0) - type 'help' for available commands. PPM> install Date::Parse Install package 'Date-Parse?' (y/N): y Installing package 'Date-Parse'... Error installing package 'Date-Parse': Could not locate a PPD file for package D ate-Parse PPM> install "Date::Parse" Install package '"Date-Parse"?' (y/N): y Installing package '"Date-Parse"'... Error installing package '"Date-Parse"': Could not locate a PPD file for package "Date-Parse" PPM> exit Quit! C:\Perl\bin>