Changeset 11677


Ignore:
Timestamp:
2006-04-21T15:17:33+12:00 (18 years ago)
Author:
kjdon
Message:

added a few more print methods so that pluginfo will work properly

File:
1 edited

Legend:

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

    r10501 r11677  
    2929use locale;
    3030
     31use gsprintf 'gsprintf';
    3132use strict;
    3233no strict 'refs'; # allow filehandles to be variables and viceversa
    33 
     34no strict 'subs';
    3435#field categories in DataBase files
    3536#$LAT = 3;
     
    8283{
    8384   BasPlug::print_txt_usage(@_);
     85}
     86
     87sub determine_description_offset
     88{
     89    BasPlug::determine_description_offset(@_);
     90}
     91sub print_plugin_usage
     92{
     93    my $plugindesc = $options->{'desc'};
     94
     95    if (defined($plugindesc)) {
     96    gsprintf(STDERR, "$plugindesc\n\n");
     97    }
     98 
    8499}
    85100
Note: See TracChangeset for help on using the changeset viewer.