~ubuntu-branches/ubuntu/quantal/libgraphviz-perl/quantal

« back to all changes in this revision

Viewing changes to lib/GraphViz/Data/Grapher.pm

  • Committer: Package Import Robot
  • Author(s): Dominic Hargreaves
  • Date: 2012-04-03 00:04:41 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120403000441-qooh7lepsy4909x1
Tags: 2.10-1
* Add Vcs-* fields
* Switch to dpkg-source 3.0 (quilt) format
* Update to minimal rules file and dh compat level 8
* Update Standards-Version (no changes)
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
use lib '..';
9
9
use GraphViz;
10
10
 
11
 
# This is incremented every time there is a change to the API
12
 
$VERSION = '0.01';
 
11
our $VERSION = '2.10';
13
12
 
14
13
=head1 NAME
15
14