0.4.27: Code Assist with multi packages/file?
whumann wrote on Mon Feb 12 16:12:58 CET 2007:
Does Code Assist work with multiple packages per *.pm-file? E.g.:
########### Hardware/Units.pm
# base class:
package Hardware::Units;
...
package Hardware::Unit1;
use base qw(Hardware::Units);
...
package Hardware::Unit2;
use base qw(Hardware::Units);
...
########### Main.pl
use Hardware::Units;
my $tmp = Hardware::Unit1->
<- Can i have a dropdown here?
###########
Note: The above is an archived snapshot of a forum thread. Use the original thread at sf.net to post comments.