Ignore:
Timestamp:
2003-06-20T14:22:34+12:00 (21 years ago)
Author:
mdewsnip
Message:

Tidied up and structures (representing the options of the plugin) in preparation for removing the print_usage() routines.

File:
1 edited

Legend:

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

    r3540 r4744  
    4141}
    4242
    43 my $options =
    44 {   'name'     => "ArcPlug",
    45     'desc'     => "Plugin which recurses through an archives.inf file (i.e. the file generated in the archives directory when an import is done), processing each file it finds.",
    46     'inherits' => "Yes" };
     43my $options = { 'name'     => "ArcPlug",
     44        'desc'     => "Plugin which recurses through an archives.inf file (i.e. the file generated in the archives directory when an import is done), processing each file it finds.",
     45        'inherits' => "Yes" };
    4746
    4847sub new {
Note: See TracChangeset for help on using the changeset viewer.