~ubuntu-branches/ubuntu/raring/libverilog-perl/raring-proposed

« back to all changes in this revision

Viewing changes to Netlist.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2012-08-25 21:34:04 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20120825213404-p1djvdbk5bwjjws4
Tags: 3.316-1
* New upstream release.
* debian/copyright: add info about third-party files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
use strict;
15
15
use vars qw($Debug $Verbose $VERSION);
16
16
 
17
 
$VERSION = '3.315';
 
17
$VERSION = '3.316';
18
18
 
19
19
######################################################################
20
20
#### Error Handling