common/tools/lib/auto/Text/CSV/version.al
changeset 89 a8aa5d600806
equal deleted inserted replaced
88:28463bb10fde 89:a8aa5d600806
       
     1 # NOTE: Derived from blib\lib\Text\CSV.pm.
       
     2 # Changes made here will be lost when autosplit again.
       
     3 # See AutoSplit.pm.
       
     4 package Text::CSV;
       
     5 
       
     6 #line 42 "blib\lib\Text\CSV.pm (autosplit into blib\lib\auto/Text\CSV/version.al)"
       
     7 ################################################################################
       
     8 # version
       
     9 #
       
    10 #    class/object method expecting no arguments and returning the version number
       
    11 #    of Text::CSV.  there are no side-effects.
       
    12 ################################################################################
       
    13 sub version {
       
    14   return $VERSION;
       
    15 }
       
    16 
       
    17 # end of Text::CSV::version
       
    18 1;