~ubuntu-branches/ubuntu/wily/libgraph-readwrite-perl/wily

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Package Import Robot
  • Author(s): Lucas Kanashiro, gregor herrmann, Salvatore Bonaccorso, Lucas Kanashiro
  • Date: 2015-07-24 02:09:33 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20150724020933-vt5elkj5rf2nsknf
Tags: 2.07-1
* Team upload.

[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.

[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend

[ Lucas Kanashiro ]
* Imported Upstream version 2.07
* debian/control:
  - increase debhelper version to 9
  - bump Standards-Version to 3.9.6
  - add test suite with autopkgtest-pkg-perl
* debian/patches: patch to fix pod2man error
* debian/upstream/metadata: help upstream git integration
* debian/copyright: update upstream copyright date

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
}
12
12
 
13
13
&WriteMakefile(
14
 
    NAME         => 'Graph-ReadWrite',
 
14
    NAME         => 'Graph::ReadWrite',
15
15
    DISTNAME     => 'Graph-ReadWrite',
16
16
    ABSTRACT     => 'Classes for reading and writing directed graphs',
17
17
    AUTHOR       => 'Neil Bowers <neil@bowers.com>',
18
 
    VERSION      => '2.06',
 
18
    VERSION      => '2.07',
19
19
    LICENSE      => 'perl',
20
20
 
21
21
    ($mm_ver <= 6.45