~ubuntu-branches/ubuntu/trusty/libxml-bare-perl/trusty

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Antonio Radici, Antonio Radici, gregor herrmann
  • Date: 2009-03-22 10:49:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090322104956-a5hx63ijvvmy4ao6
Tags: 0.43-1
[ Antonio Radici ]
* New upstream release
* debian/copyright:
  + added copyright for src/bench/xmlio_testread.cpp
  + removed repack.sh references because there are no licensing issues
  + set the proper license for the upstream source (it is dual licensed)
* debian/control:
  + upgrade to Standards-Version 3.8.1, no changes required
* removed debian/repack.sh
* debian/watch:
  + removed versionmangle and the reference to repack

[ gregor herrmann ]
* debian/control: add missing full stop to long description, thanks to
  Rhonda for spotting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
use ExtUtils::MakeMaker;
3
3
require 5.006;
4
4
my @basics = ( AUTHOR       => 'David Helkowski <cpan@codechild.com>',
5
 
               ABSTRACT     => 'A minimal XML parser that uses C to generate a folded perl hash.',
 
5
               ABSTRACT     => 'A minimal XML parser / schema checker / pretty-printer using C internally.',
6
6
               NAME         => 'XML::Bare',
7
7
               VERSION_FROM => 'Bare.pm',
8
8
               PREREQ_PM    => { Carp => 0, Exporter => 0, DynaLoader => 0 },