Changeset 5620


Ignore:
Timestamp:
06/26/09 17:30:47 (3 years ago)
Author:
ryan52
Message:

remove the msgfmt_dir function

Location:
trunk/Locale-Msgfmt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Locale-Msgfmt/Changes

    r5618 r5620  
    330.07    Jun 26, 2009 
    44        make the interface a bit nicer 
     5        remove the msgfmt_dir function 
    56 
    670.06    Jun 26, 2009 
  • trunk/Locale-Msgfmt/lib/Locale/Msgfmt.pm

    r5619 r5620  
    1111use base 'Exporter'; 
    1212 
    13 our @EXPORT = qw/msgfmt msgfmt_dir/; 
     13our @EXPORT = qw/msgfmt/; 
    1414 
    1515our $VERSION = '0.07'; 
     
    3434    return _msgfmt($hash); 
    3535  } 
    36 } 
    37  
    38 sub msgfmt_dir { 
    39   return msgfmt(@_); 
    4036} 
    4137 
Note: See TracChangeset for help on using the changeset viewer.