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

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Quinney
  • Date: 2004-02-25 16:19:07 UTC
  • Revision ID: james.westby@ubuntu.com-20040225161907-wbgaf20nt0j4sh0r
Tags: 0.07-1
* New upstream release - performance improvement.
* Now just recommend Lingua::EN::Inflect instead of depending.
* Updated copyright file.
* Added in the upstream Changes file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libuniversal-moniker-perl
 
2
Section: perl
 
3
Priority: optional
 
4
Maintainer: Stephen Quinney <stephen@jadevine.org.uk>
 
5
Build-Depends-Indep: debhelper (>= 4), perl (>= 5.6.0-16), liblingua-en-inflect-perl (>= 1.88), libtest-simple-perl | perl (>= 5.8.0)
 
6
Standards-Version: 3.6.0
 
7
 
 
8
Package: libuniversal-moniker-perl
 
9
Architecture: all
 
10
Depends: ${perl:Depends}
 
11
Recommends: liblingua-en-inflect-perl (>= 1.88)
 
12
Description: Nicer names for your Perl modules/classes
 
13
 Class names in Perl often don't sound great when spoken, or look good
 
14
 when written in prose. For this reason, we tend to say things like
 
15
 "customer" or "basket" when we are referring to
 
16
 "My::Site::User::Customer" or "My::Site::Shop::Basket". We thought it
 
17
 would be nice if our classes knew what we would prefer to call them.
 
18
 .
 
19
 This module will add a "moniker" (and "plural_moniker") method to
 
20
 "UNIVERSAL", and so to every class or module.