~ubuntu-branches/ubuntu/quantal/libtext-autoformat-perl/quantal

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Ardo van Rangelrooij
  • Date: 2001-12-23 12:30:38 UTC
  • Revision ID: james.westby@ubuntu.com-20011223123038-wox6vzk8u67hismc
Tags: 1.04-5
* debian/control: fixed typo in long description (closes: Bug#125056)
* debian/control: upgraded to Debian Policy 3.5.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
1
use ExtUtils::MakeMaker;
3
2
WriteMakefile(
4
 
                NAME    => 'Text::Autoformat',
5
 
                VERSION => '1.04',
6
 
 
 
3
NAME => 'Text::Autoformat',
 
4
VERSION => '1.04',
 
5
PM => { 'lib/Text/Autoformat.pm' => '$(INST_LIBDIR)/Autoformat.pm', },
7
6
             );