in reply to Re^3: UML to Perl
in thread UML to Perl

Hi, I am also getting some errors while running the same module. The error msg says:


Base class package "Template::Base" is empty. (Perhaps you need to 'use' the module which defines that package f +irst, or make that module available in @INC (@INC contains: C:/Perl/site +/lib C:/Pe rl/lib .). at C:/Perl/lib/Template.pm line 25 BEGIN failed--compilation aborted at C:/Perl/lib/Template.pm line 25. Compilation failed in require at C:/Perl/lib/UMMF.pm line 304. BEGIN failed--compilation aborted at C:/Perl/lib/UMMF.pm line 304. Compilation failed in require at (eval 4) line 2. BEGIN failed--compilation aborted at (eval 4) line 2. BEGIN failed--compilation aborted at C:\Perl\bin\ummf.pl line 146.


pls help!

Replies are listed 'Best First'.
Re^5: UML to Perl
by Corion (Patriarch) on Jul 20, 2011 at 09:26 UTC

    How did you install UMMF? Did you install the prerequisites? Do they work?

    UMMF lists Template as prerequisite, which includes (and installs) Template::Base, but on your system, this module seems to be missing.