tlily / tigerlily

perl client for the lily chat server
http://www.tlily.org/
GNU General Public License v2.0
11 stars 7 forks source link

@INC issue #10

Open coke opened 6 years ago

coke commented 6 years ago
$ perl tlily.PL
do "lib/tlily.global" failed, '.' is no longer in @INC; did you mean do "./lib/tlily.global"? at (eval 12) line 1.
ERROR: Unable to load UI "TextWindow".
Missing or undefined argument to require at (eval 15) line 1.

        (in cleanup) TLily::FoiledAgain::set_ui has not been called!
 at lib/TLily/UI/TextWindow.pm line 443.
FATAL: Unable to load a UI module.  Exiting.
$ perl -I. tlily.PL
Segmentation fault
$ perl --version

This is perl 5, version 26, subversion 1 (v5.26.1) built for x86_64-linux
(with 1 registered patch, see perl -V for more detail)

Copyright 1987-2017, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.