Skip to content

Commit ed24ac5

Browse files
committed
Version bump
1 parent 8f8e620 commit ed24ac5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+117
-117
lines changed

Changes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The contributors that suggested a given feature are shown in []. [by ...]
44
indicates the contributor was also the author of the fix; Thanks!
55

66

7-
* Verilog-Perl 3.479 devel
7+
* Verilog-Perl 3.480 2022-09-01
88

99
**** Fix vrename ignoring % (#1674). [Wenjun]
1010

@@ -1478,7 +1478,7 @@ DESCRIPTION: Documentation on change history for this package
14781478

14791479
This uses outline mode in Emacs. See C-h m [M-x describe-mode].
14801480

1481-
Copyright 2001-2021 by Wilson Snyder. This program is free software;
1481+
Copyright 2001-2022 by Wilson Snyder. This program is free software;
14821482
you can redistribute it and/or modify it under the terms of either the GNU
14831483
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
14841484

EditFiles.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use vars qw($VERSION $Debug);
1313
######################################################################
1414
#### Configuration Section
1515

16-
$VERSION = '3.479';
16+
$VERSION = '3.480';
1717

1818
#######################################################################
1919
# CONSTRUCTORS
@@ -382,7 +382,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
382382
software tool suite. The latest version is available from CPAN and from
383383
L<https://www.veripool.org/verilog-perl>.
384384
385-
Copyright 2006-2021 by Wilson Snyder. This package is free software; you
385+
Copyright 2006-2022 by Wilson Snyder. This package is free software; you
386386
can redistribute it and/or modify it under the terms of either the GNU
387387
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
388388

Getopt.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use Cwd;
1616
######################################################################
1717
#### Configuration Section
1818

19-
$VERSION = '3.479';
19+
$VERSION = '3.480';
2020

2121
# Basenames we should ignore when recursing directories,
2222
# Because they contain large files of no relevance
@@ -814,7 +814,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
814814
software tool suite. The latest version is available from CPAN and from
815815
L<https://www.veripool.org/verilog-perl>.
816816
817-
Copyright 2000-2021 by Wilson Snyder. This package is free software; you
817+
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
818818
can redistribute it and/or modify it under the terms of either the GNU
819819
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
820820

Language.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
119119
software tool suite. The latest version is available from CPAN and from
120120
L<https://www.veripool.org/verilog-perl>.
121121
122-
Copyright 2000-2021 by Wilson Snyder. This package is free software; you
122+
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
123123
can redistribute it and/or modify it under the terms of either the GNU
124124
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
125125
@@ -151,7 +151,7 @@ use Carp;
151151
######################################################################
152152
#### Configuration Section
153153

154-
$VERSION = '3.479';
154+
$VERSION = '3.480';
155155

156156
######################################################################
157157
#### Internal Variables

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- #YAML:1.0
22
name: Verilog-Perl
3-
version: 3.479
3+
version: 3.480
44
version_from: Language.pm
55
abstract: Verilog language utilities and parsing
66
license: perl

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DESCRIPTION: Perl ExtUtils: Type 'perl Makefile.PL' to create a Makefile for this package
22
#
3-
# Copyright 2000-2021 by Wilson Snyder. This program is free software;
3+
# Copyright 2000-2022 by Wilson Snyder. This program is free software;
44
# you can redistribute it and/or modify it under the terms of either the GNU
55
# Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
66

Netlist.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use base qw(Verilog::Netlist::Subclass);
1414
use strict;
1515
use vars qw($Debug $Verbose $VERSION);
1616

17-
$VERSION = '3.479';
17+
$VERSION = '3.480';
1818

1919
######################################################################
2020
#### Error Handling
@@ -698,7 +698,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
698698
software tool suite. The latest version is available from CPAN and from
699699
L<https://www.veripool.org/verilog-perl>.
700700
701-
Copyright 2000-2021 by Wilson Snyder. This package is free software; you
701+
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
702702
can redistribute it and/or modify it under the terms of either the GNU
703703
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
704704

Netlist/Cell.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use strict;
1111
@ISA = qw(Verilog::Netlist::Cell::Struct
1212
Verilog::Netlist::Subclass);
1313

14-
$VERSION = '3.479';
14+
$VERSION = '3.480';
1515

1616
structs('new',
1717
'Verilog::Netlist::Cell::Struct'
@@ -303,7 +303,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
303303
software tool suite. The latest version is available from CPAN and from
304304
L<https://www.veripool.org/verilog-perl>.
305305
306-
Copyright 2000-2021 by Wilson Snyder. This package is free software; you
306+
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
307307
can redistribute it and/or modify it under the terms of either the GNU
308308
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
309309

Netlist/ContAssign.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use strict;
1111
@ISA = qw(Verilog::Netlist::ContAssign::Struct
1212
Verilog::Netlist::Subclass);
1313

14-
$VERSION = '3.479';
14+
$VERSION = '3.480';
1515

1616
structs('new',
1717
'Verilog::Netlist::ContAssign::Struct'
@@ -133,7 +133,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
133133
software tool suite. The latest version is available from CPAN and from
134134
L<https://www.veripool.org/verilog-perl>.
135135
136-
Copyright 2000-2021 by Wilson Snyder. This package is free software; you
136+
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
137137
can redistribute it and/or modify it under the terms of either the GNU
138138
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
139139

Netlist/Defparam.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use strict;
1111
@ISA = qw(Verilog::Netlist::Defparam::Struct
1212
Verilog::Netlist::Subclass);
1313

14-
$VERSION = '3.479';
14+
$VERSION = '3.480';
1515

1616
structs('new',
1717
'Verilog::Netlist::Defparam::Struct'
@@ -133,7 +133,7 @@ Verilog-Perl is part of the L<https://www.veripool.org/> free Verilog EDA
133133
software tool suite. The latest version is available from CPAN and from
134134
L<https://www.veripool.org/verilog-perl>.
135135
136-
Copyright 2000-2021 by Wilson Snyder. This package is free software; you
136+
Copyright 2000-2022 by Wilson Snyder. This package is free software; you
137137
can redistribute it and/or modify it under the terms of either the GNU
138138
Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
139139

0 commit comments

Comments
 (0)