Thread Probs mit Smart::Comments (2 answers)
Opened by scriptor at 2009-01-04 04:20

scriptor
 2009-01-04 04:20
#117557 #117557
User since
2008-05-07
69 Artikel
BenutzerIn
[Homepage] [default_avatar]
Nach einer unangenehmen Migration auf meinen neuen iMac ist noch folgendes Perl-Problem geblieben:

Code: (dl )
1
2
3
use Smart::Comments '###';

### VERSION...

Jeder Kommentar für smart erzeugt einen Fehler der Form:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
Can't locate object method "TELL" via package "Buffer" at
/Library/Perl/5.8.8/Smart/Comments.pm line 437 (#1)
(F) You called a method correctly, and it correctly indicated a package
functioning as a class, but that package doesn't define that particular
method, nor does any of its base classes. See perlobj.

Uncaught exception from user code:
Can't locate object method "TELL" via package "Buffer" at /Library/Perl/5.8.8/Smart/Comments.pm line 437.
at /Library/Perl/5.8.8/Smart/Comments.pm line 437
Smart::Comments::_Dump('pref', 'VERSION:', 'var', 'ARRAY(0x800d80)') called at /Users/gerd/htdocs/_meltingmind_root_/sitescriptorde/cgi-bin/sitescriptor/start.pl line 53


Ist das ein Installationsproblem?
Abhängige Module habe ich geprüft: sind alle vorhanden.

Gruß Gerd

View full thread Probs mit Smart::Comments