davidj has asked for the wisdom of the Perl Monks concerning the following question:
text::Autoformat is one of the modules I updated (had no real need to do it, now that I think about it).D:\>ppm "break_at" is not exported by the Text::Reform module Can't continue after import errors at C:/Perl/site/lib/Text/Reform.pm +line 43 BEGIN failed--compilation aborted at C:/Perl/site/lib/Text/Autoformat. +pm line 9. Compilation failed in require at C:\Perl\bin\ppm3-bin line 12. BEGIN failed--compilation aborted at C:\Perl\bin\ppm3-bin line 12.
postmodification (basically i removed the reference to break_at)use Text::Reform qw( form tag break_at break_with break_wrap break_TeX + );
I found the whole thing a bit odd (and still do) because I have had the most current version of text::Reform all along. It appears that text::Autoformat got broken upon its current iteration.#use Text::Reform qw( form tag break_at break_with break_wrap break_Te +X ); use Text::Reform qw( form tag break_with break_wrap break_TeX );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: FYI: activeState, ppm and text::Autoformat
by Enlil (Parson) on Jun 19, 2004 at 19:30 UTC | |
by davidj (Priest) on Jun 19, 2004 at 19:46 UTC |