~ubuntu-branches/ubuntu/precise/liblingua-stem-perl/precise

« back to all changes in this revision

Viewing changes to lib/Lingua/Stem.pm

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2010-06-13 12:09:04 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100613120904-kp3037bh6ujmojl9
Tags: 0.84-1
* New upstream release
* Update Standards-Version (no changes)
* Update debhelper compatibility level to 5

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
use Lingua::Stem::AutoLoader;
8
8
 
9
9
BEGIN {
10
 
    $Lingua::Stem::VERSION     = '0.83';
 
10
    $Lingua::Stem::VERSION     = '0.84';
11
11
    @Lingua::Stem::ISA         = qw (Exporter);
12
12
    @Lingua::Stem::EXPORT      = ();
13
13
    @Lingua::Stem::EXPORT_OK   = qw (stem stem_in_place clear_stem_cache stem_caching add_exceptions delete_exceptions get_exceptions set_locale get_locale);