~ubuntu-branches/ubuntu/utopic/libtext-aligner-perl/utopic

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2011-06-10 12:26:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110610122648-exkawt5o0xre4w5v
Tags: 0.07-1
* New upstream version
  * Color support added
* Standards-Version: 3.9.2
* Switch from CDBS to DH

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    NAME         => 'Text::Aligner',
6
6
    VERSION_FROM => 'lib/Text/Aligner.pm', # finds $VERSION
7
7
    AUTHOR       => 'Anno Siegel (siegel@zrz.tu-berlin.de)',
8
 
    ABSTRACT     => 'Align text in columns'
 
8
    ABSTRACT     => 'Align text in columns',
 
9
    PREREQ_PM => {
 
10
        'Test::More' => 0,
 
11
        'Term::ANSIColor' => '2.01',
 
12
    },
9
13
);