~ubuntu-branches/ubuntu/lucid/libuniversal-moniker-perl/lucid

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Quinney
  • Date: 2004-02-25 16:19:07 UTC
  • Revision ID: james.westby@ubuntu.com-20040225161907-6bjodpppfrw9bshs
Tags: upstream-0.07
ImportĀ upstreamĀ versionĀ 0.07

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.07 Tue Feb 24 18:07:50 GMT 2004
 
2
    * added this Changes file; I never would have guessed that I needed one for
 
3
      such a small module.
 
4
    * Included a performance improvement from Elizabeth Mattijsen.  Thanks.
 
5
0.06 Fri Sep 05 sometime 2003
 
6
    * make the tests pass if Lingua::EN::Inflect isn't installed.
 
7
0.05 Thu Sep 04 sometime 2003
 
8
    * removed Lingua::EN::Inflect from the prerequisite list; if you want
 
9
      plurals, you must install it yourself.
 
10
0.04 ???
 
11
    * removed the "use warnings" so it will work with older Perl versions;
 
12
      Thanks to Schwern and Miyagawa.