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

« back to all changes in this revision

Viewing changes to lib/Graph/Writer/VCG.pm

  • 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:
7
7
use warnings;
8
8
 
9
9
use parent 'Graph::Writer';
10
 
our $VERSION = '2.06';
 
10
our $VERSION = '2.07';
11
11
 
12
12
#-----------------------------------------------------------------------
13
13
# Attribute type information
358
358
 
359
359
The home page for VCG.
360
360
 
361
 
=item Graph
 
361
=item L<Graph>
362
362
 
363
363
Jarkko Hietaniemi's modules for representing directed graphs,
364
364
available from CPAN under modules/by-module/Graph/
368
368
The O'Reilly book which has a chapter on directed graphs,
369
369
which is based around Jarkko's modules.
370
370
 
371
 
=item Graph::Writer
 
371
=item L<Graph::Writer>
372
372
 
373
373
The base-class for Graph::Writer::VCG
374
374