Changeset 9403


Ignore:
Timestamp:
2005-03-14T10:17:40+13:00 (19 years ago)
Author:
jrm21
Message:

need to 'bless' an object before you can call functions in it
(for print_txt_usage())

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/BasPlug.pm

    r9398 r9403  
    377377
    378378    &gsprintf(STDERR, "\n{BasPlug.bad_general_option}\n", $plugin_name);
     379        bless $self, $class;
    379380    $self->print_txt_usage("");  # Use default resource bundle
    380381    die "\n";
Note: See TracChangeset for help on using the changeset viewer.