Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Verilog-Perl for 
openSUSE:Factory checked in at 2022-09-09 18:27:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Verilog-Perl (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Verilog-Perl.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Verilog-Perl"

Fri Sep  9 18:27:51 2022 rev:11 rq:1002188 version:3.480

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Verilog-Perl/perl-Verilog-Perl.changes      
2021-06-19 23:05:05.179860656 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Verilog-Perl.new.2083/perl-Verilog-Perl.changes
    2022-09-09 18:29:24.161248242 +0200
@@ -1,0 +2,10 @@
+Fri Sep  2 03:12:20 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 3.480
+   see /usr/share/doc/packages/perl-Verilog-Perl/Changes
+
+  * Verilog-Perl 3.480 2022-09-01
+
+  ****  Fix vrename ignoring % (#1674). [Wenjun]
+
+-------------------------------------------------------------------

Old:
----
  Verilog-Perl-3.478.tar.gz

New:
----
  Verilog-Perl-3.480.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Verilog-Perl.spec ++++++
--- /var/tmp/diff_new_pack.IEokPx/_old  2022-09-09 18:29:24.661249559 +0200
+++ /var/tmp/diff_new_pack.IEokPx/_new  2022-09-09 18:29:24.669249580 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Verilog-Perl
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
 
 %define cpan_name Verilog-Perl
 Name:           perl-Verilog-Perl
-Version:        3.478
+Version:        3.480
 Release:        0
-Summary:        Verilog language utilities and parsing
 License:        Artistic-1.0 OR GPL-1.0-or-later
+Summary:        Verilog language utilities and parsing
 URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/W/WS/WSNYDER/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml

++++++ Verilog-Perl-3.478.tar.gz -> Verilog-Perl-3.480.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Changes 
new/Verilog-Perl-3.480/Changes
--- old/Verilog-Perl-3.478/Changes      2021-06-06 15:44:03.000000000 +0200
+++ new/Verilog-Perl-3.480/Changes      2022-09-01 21:07:14.000000000 +0200
@@ -4,6 +4,11 @@
 indicates the contributor was also the author of the fix; Thanks!
 
 
+* Verilog-Perl 3.480 2022-09-01
+
+****  Fix vrename ignoring % (#1674). [Wenjun]
+
+
 * Verilog-Perl 3.478 2021-06-06
 
 ****  Fix ${ENVVAR} expansion (#1671). [Henry Hsieh]
@@ -1473,7 +1478,7 @@
 
 This uses outline mode in Emacs.  See C-h m [M-x describe-mode].
 
-Copyright 2001-2021 by Wilson Snyder.  This program is free software;
+Copyright 2001-2022 by Wilson Snyder.  This program is free software;
 you can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/EditFiles.pm 
new/Verilog-Perl-3.480/EditFiles.pm
--- old/Verilog-Perl-3.478/EditFiles.pm 2021-06-06 15:44:13.000000000 +0200
+++ new/Verilog-Perl-3.480/EditFiles.pm 2022-09-01 21:07:14.000000000 +0200
@@ -13,7 +13,7 @@
 ######################################################################
 #### Configuration Section
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 #######################################################################
 # CONSTRUCTORS
@@ -382,7 +382,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2006-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2006-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Getopt.pm 
new/Verilog-Perl-3.480/Getopt.pm
--- old/Verilog-Perl-3.478/Getopt.pm    2021-06-06 15:44:13.000000000 +0200
+++ new/Verilog-Perl-3.480/Getopt.pm    2022-09-01 21:07:14.000000000 +0200
@@ -16,7 +16,7 @@
 ######################################################################
 #### Configuration Section
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 # Basenames we should ignore when recursing directories,
 # Because they contain large files of no relevance
@@ -814,7 +814,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Language.pm 
new/Verilog-Perl-3.480/Language.pm
--- old/Verilog-Perl-3.478/Language.pm  2021-06-06 15:44:13.000000000 +0200
+++ new/Verilog-Perl-3.480/Language.pm  2022-09-01 21:07:14.000000000 +0200
@@ -119,7 +119,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
@@ -151,7 +151,7 @@
 ######################################################################
 #### Configuration Section
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 ######################################################################
 #### Internal Variables
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/META.yml 
new/Verilog-Perl-3.480/META.yml
--- old/Verilog-Perl-3.478/META.yml     2021-06-06 15:44:13.000000000 +0200
+++ new/Verilog-Perl-3.480/META.yml     2022-09-01 21:07:14.000000000 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:         Verilog-Perl
-version:      3.478
+version:      3.480
 version_from: Language.pm
 abstract:     Verilog language utilities and parsing
 license:      perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Makefile.PL 
new/Verilog-Perl-3.480/Makefile.PL
--- old/Verilog-Perl-3.478/Makefile.PL  2021-04-13 21:59:24.000000000 +0200
+++ new/Verilog-Perl-3.480/Makefile.PL  2022-09-01 21:07:14.000000000 +0200
@@ -1,6 +1,6 @@
 # DESCRIPTION: Perl ExtUtils: Type 'perl Makefile.PL' to create a Makefile for 
this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Netlist/Cell.pm 
new/Verilog-Perl-3.480/Netlist/Cell.pm
--- old/Verilog-Perl-3.478/Netlist/Cell.pm      2021-06-06 15:44:13.000000000 
+0200
+++ new/Verilog-Perl-3.480/Netlist/Cell.pm      2022-09-01 21:07:14.000000000 
+0200
@@ -11,7 +11,7 @@
 @ISA = qw(Verilog::Netlist::Cell::Struct
        Verilog::Netlist::Subclass);
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 structs('new',
        'Verilog::Netlist::Cell::Struct'
@@ -303,7 +303,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Netlist/ContAssign.pm 
new/Verilog-Perl-3.480/Netlist/ContAssign.pm
--- old/Verilog-Perl-3.478/Netlist/ContAssign.pm        2021-06-06 
15:44:13.000000000 +0200
+++ new/Verilog-Perl-3.480/Netlist/ContAssign.pm        2022-09-01 
21:07:14.000000000 +0200
@@ -11,7 +11,7 @@
 @ISA = qw(Verilog::Netlist::ContAssign::Struct
        Verilog::Netlist::Subclass);
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 structs('new',
        'Verilog::Netlist::ContAssign::Struct'
@@ -133,7 +133,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Netlist/Defparam.pm 
new/Verilog-Perl-3.480/Netlist/Defparam.pm
--- old/Verilog-Perl-3.478/Netlist/Defparam.pm  2021-06-06 15:44:13.000000000 
+0200
+++ new/Verilog-Perl-3.480/Netlist/Defparam.pm  2022-09-01 21:07:14.000000000 
+0200
@@ -11,7 +11,7 @@
 @ISA = qw(Verilog::Netlist::Defparam::Struct
        Verilog::Netlist::Subclass);
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 structs('new',
        'Verilog::Netlist::Defparam::Struct'
@@ -133,7 +133,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Netlist/File.pm 
new/Verilog-Perl-3.480/Netlist/File.pm
--- old/Verilog-Perl-3.478/Netlist/File.pm      2021-06-06 15:44:13.000000000 
+0200
+++ new/Verilog-Perl-3.480/Netlist/File.pm      2022-09-01 21:07:14.000000000 
+0200
@@ -12,7 +12,7 @@
 @ISA = qw(Verilog::Netlist::File::Struct
        Verilog::Netlist::Subclass);
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 structs('new',
        'Verilog::Netlist::File::Struct'
@@ -561,7 +561,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Netlist/Interface.pm 
new/Verilog-Perl-3.480/Netlist/Interface.pm
--- old/Verilog-Perl-3.478/Netlist/Interface.pm 2021-06-06 15:44:13.000000000 
+0200
+++ new/Verilog-Perl-3.480/Netlist/Interface.pm 2022-09-01 21:07:14.000000000 
+0200
@@ -14,7 +14,7 @@
 @ISA = qw(Verilog::Netlist::Interface::Struct
        Verilog::Netlist::Subclass);
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 structs('new',
        'Verilog::Netlist::Interface::Struct'
@@ -395,7 +395,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License
 Version 2.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Netlist/Logger.pm 
new/Verilog-Perl-3.480/Netlist/Logger.pm
--- old/Verilog-Perl-3.478/Netlist/Logger.pm    2021-06-06 15:44:13.000000000 
+0200
+++ new/Verilog-Perl-3.480/Netlist/Logger.pm    2022-09-01 21:07:14.000000000 
+0200
@@ -7,7 +7,7 @@
 use vars qw($VERSION);
 use strict;
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 # We don't use Verilog::Netlist::Subclass, as this is called from it!
 
@@ -167,7 +167,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Netlist/ModPort.pm 
new/Verilog-Perl-3.480/Netlist/ModPort.pm
--- old/Verilog-Perl-3.478/Netlist/ModPort.pm   2021-06-06 15:44:13.000000000 
+0200
+++ new/Verilog-Perl-3.480/Netlist/ModPort.pm   2022-09-01 21:07:14.000000000 
+0200
@@ -12,7 +12,7 @@
 @ISA = qw(Verilog::Netlist::ModPort::Struct
        Verilog::Netlist::Subclass);
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 structs('new',
        'Verilog::Netlist::ModPort::Struct'
@@ -275,7 +275,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License
 Version 2.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Netlist/Module.pm 
new/Verilog-Perl-3.480/Netlist/Module.pm
--- old/Verilog-Perl-3.478/Netlist/Module.pm    2021-06-06 15:44:13.000000000 
+0200
+++ new/Verilog-Perl-3.480/Netlist/Module.pm    2022-09-01 21:07:14.000000000 
+0200
@@ -17,7 +17,7 @@
 @ISA = qw(Verilog::Netlist::Module::Struct
        Verilog::Netlist::Subclass);
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 structs('new',
        'Verilog::Netlist::Module::Struct'
@@ -533,7 +533,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Netlist/Net.pm 
new/Verilog-Perl-3.480/Netlist/Net.pm
--- old/Verilog-Perl-3.478/Netlist/Net.pm       2021-06-06 15:44:13.000000000 
+0200
+++ new/Verilog-Perl-3.480/Netlist/Net.pm       2022-09-01 21:07:14.000000000 
+0200
@@ -11,7 +11,7 @@
 @ISA = qw(Verilog::Netlist::Net::Struct
        Verilog::Netlist::Subclass);
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 my %_Type_Widths = (
     'bit'      => 1,
@@ -408,7 +408,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Netlist/Pin.pm 
new/Verilog-Perl-3.480/Netlist/Pin.pm
--- old/Verilog-Perl-3.478/Netlist/Pin.pm       2021-06-06 15:44:13.000000000 
+0200
+++ new/Verilog-Perl-3.480/Netlist/Pin.pm       2022-09-01 21:07:14.000000000 
+0200
@@ -17,7 +17,7 @@
 @ISA = qw(Verilog::Netlist::Pin::Struct
        Verilog::Netlist::Subclass);
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 structs('_new_base',
        'Verilog::Netlist::Pin::Struct'
@@ -384,7 +384,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Netlist/PinSelection.pm 
new/Verilog-Perl-3.480/Netlist/PinSelection.pm
--- old/Verilog-Perl-3.478/Netlist/PinSelection.pm      2021-04-13 
21:59:24.000000000 +0200
+++ new/Verilog-Perl-3.480/Netlist/PinSelection.pm      2022-09-01 
21:07:14.000000000 +0200
@@ -118,7 +118,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Netlist/Port.pm 
new/Verilog-Perl-3.480/Netlist/Port.pm
--- old/Verilog-Perl-3.478/Netlist/Port.pm      2021-06-06 15:44:13.000000000 
+0200
+++ new/Verilog-Perl-3.480/Netlist/Port.pm      2022-09-01 21:07:14.000000000 
+0200
@@ -11,7 +11,7 @@
 @ISA = qw(Verilog::Netlist::Port::Struct
        Verilog::Netlist::Subclass);
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 structs('_new_base',
        'Verilog::Netlist::Port::Struct'
@@ -197,7 +197,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Netlist/Subclass.pm 
new/Verilog-Perl-3.480/Netlist/Subclass.pm
--- old/Verilog-Perl-3.478/Netlist/Subclass.pm  2021-06-06 15:44:13.000000000 
+0200
+++ new/Verilog-Perl-3.480/Netlist/Subclass.pm  2022-09-01 21:07:14.000000000 
+0200
@@ -12,7 +12,7 @@
 use vars qw($VERSION @EXPORT);
 use strict;
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 @EXPORT = qw(structs);
 
 # Maybe in the future.  For now all users of this must do it themselves
@@ -320,7 +320,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Netlist.pm 
new/Verilog-Perl-3.480/Netlist.pm
--- old/Verilog-Perl-3.478/Netlist.pm   2021-06-06 15:44:13.000000000 +0200
+++ new/Verilog-Perl-3.480/Netlist.pm   2022-09-01 21:07:14.000000000 +0200
@@ -14,7 +14,7 @@
 use strict;
 use vars qw($Debug $Verbose $VERSION);
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 ######################################################################
 #### Error Handling
@@ -698,7 +698,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/Makefile.PL 
new/Verilog-Perl-3.480/Parser/Makefile.PL
--- old/Verilog-Perl-3.478/Parser/Makefile.PL   2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Parser/Makefile.PL   2022-09-01 21:07:14.000000000 
+0200
@@ -1,6 +1,6 @@
 # DESCRIPTION: Perl ExtUtils: Type 'perl Makefile.PL' to create a Makefile for 
this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/Parser.pm 
new/Verilog-Perl-3.480/Parser/Parser.pm
--- old/Verilog-Perl-3.478/Parser/Parser.pm     2021-06-06 15:44:13.000000000 
+0200
+++ new/Verilog-Perl-3.480/Parser/Parser.pm     2022-09-01 21:07:14.000000000 
+0200
@@ -14,7 +14,7 @@
 use strict;
 use vars qw($VERSION $Debug);
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 #$Debug sets the default value for debug.  You're better off with the object 
method though.
 
@@ -527,7 +527,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/Parser.xs 
new/Verilog-Perl-3.480/Parser/Parser.xs
--- old/Verilog-Perl-3.478/Parser/Parser.xs     2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Parser/Parser.xs     2022-09-01 21:07:14.000000000 
+0200
@@ -9,7 +9,7 @@
 #*
 #*********************************************************************
 #*
-#* Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+#* Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 #* you can redistribute it and/or modify it under the terms of either the GNU
 #* Lesser General Public License Version 3 or the Perl Artistic License 
Version 2.0.
 #*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/SigParser.pm 
new/Verilog-Perl-3.480/Parser/SigParser.pm
--- old/Verilog-Perl-3.478/Parser/SigParser.pm  2021-06-06 15:44:13.000000000 
+0200
+++ new/Verilog-Perl-3.480/Parser/SigParser.pm  2022-09-01 21:07:14.000000000 
+0200
@@ -14,7 +14,7 @@
 ######################################################################
 #### Configuration Section
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 our @_Callback_Names = qw(
   attribute
@@ -526,7 +526,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/VAst.cpp 
new/Verilog-Perl-3.480/Parser/VAst.cpp
--- old/Verilog-Perl-3.478/Parser/VAst.cpp      2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Parser/VAst.cpp      2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //*************************************************************************
 //
-// Copyright 2009-2021 by Wilson Snyder.  This program is free software;
+// Copyright 2009-2022 by Wilson Snyder.  This program is free software;
 // you can redistribute it and/or modify it under the terms of either the
 // GNU Lesser General Public License Version 3 or the Perl Artistic License
 // Version 2.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/VAst.h 
new/Verilog-Perl-3.480/Parser/VAst.h
--- old/Verilog-Perl-3.478/Parser/VAst.h        2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Parser/VAst.h        2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //*************************************************************************
 //
-// Copyright 2009-2021 by Wilson Snyder.  This program is free software;
+// Copyright 2009-2022 by Wilson Snyder.  This program is free software;
 // you can redistribute it and/or modify it under the terms of either the
 // GNU Lesser General Public License Version 3 or the Perl Artistic License
 // Version 2.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/VParse.cpp 
new/Verilog-Perl-3.480/Parser/VParse.cpp
--- old/Verilog-Perl-3.478/Parser/VParse.cpp    2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Parser/VParse.cpp    2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //*************************************************************************
 //
-// Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+// Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 // you can redistribute it and/or modify it under the terms of either the GNU
 // Lesser General Public License Version 3 or the Perl Artistic License 
Version 2.0.
 //
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/VParse.h 
new/Verilog-Perl-3.480/Parser/VParse.h
--- old/Verilog-Perl-3.478/Parser/VParse.h      2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Parser/VParse.h      2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //*************************************************************************
 //
-// Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+// Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 // you can redistribute it and/or modify it under the terms of either the GNU
 // Lesser General Public License Version 3 or the Perl Artistic License 
Version 2.0.
 //
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/VParseBison.y 
new/Verilog-Perl-3.480/Parser/VParseBison.y
--- old/Verilog-Perl-3.478/Parser/VParseBison.y 2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Parser/VParseBison.y 2022-09-01 21:07:14.000000000 
+0200
@@ -10,7 +10,7 @@
 //
 //*************************************************************************
 //
-// Copyright 2001-2021 by Wilson Snyder.  This program is free software;
+// Copyright 2001-2022 by Wilson Snyder.  This program is free software;
 // you can redistribute it and/or modify it under the terms of either the GNU
 // Lesser General Public License Version 3 or the Perl Artistic License 
Version 2.0.
 //
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/VParseGrammar.h 
new/Verilog-Perl-3.480/Parser/VParseGrammar.h
--- old/Verilog-Perl-3.478/Parser/VParseGrammar.h       2021-04-13 
21:59:24.000000000 +0200
+++ new/Verilog-Perl-3.480/Parser/VParseGrammar.h       2022-09-01 
21:07:14.000000000 +0200
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //*************************************************************************
 //
-// Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+// Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 // you can redistribute it and/or modify it under the terms of either the GNU
 // Lesser General Public License Version 3 or the Perl Artistic License 
Version 2.0.
 //
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/VParseLex.h 
new/Verilog-Perl-3.480/Parser/VParseLex.h
--- old/Verilog-Perl-3.478/Parser/VParseLex.h   2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Parser/VParseLex.h   2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //*************************************************************************
 //
-// Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+// Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 // you can redistribute it and/or modify it under the terms of either the GNU
 // Lesser General Public License Version 3 or the Perl Artistic License 
Version 2.0.
 //
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/VParseLex.l 
new/Verilog-Perl-3.480/Parser/VParseLex.l
--- old/Verilog-Perl-3.478/Parser/VParseLex.l   2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Parser/VParseLex.l   2022-09-01 21:07:14.000000000 
+0200
@@ -14,7 +14,7 @@
  *
  **************************************************************************
  *
- * Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+ * Copyright 2000-2022 by Wilson Snyder.  This program is free software;
  * you can redistribute it and/or modify it under the terms of either the
  * GNU Lesser General Public License Version 3 or the Perl Artistic License
  * Version 2.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/VSymTable.cpp 
new/Verilog-Perl-3.480/Parser/VSymTable.cpp
--- old/Verilog-Perl-3.478/Parser/VSymTable.cpp 2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Parser/VSymTable.cpp 2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //*************************************************************************
 //
-// Copyright 2009-2021 by Wilson Snyder.  This program is free software;
+// Copyright 2009-2022 by Wilson Snyder.  This program is free software;
 // you can redistribute it and/or modify it under the terms of either the
 // GNU Lesser General Public License Version 3 or the Perl Artistic License
 // Version 2.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/VSymTable.h 
new/Verilog-Perl-3.480/Parser/VSymTable.h
--- old/Verilog-Perl-3.478/Parser/VSymTable.h   2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Parser/VSymTable.h   2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //*************************************************************************
 //
-// Copyright 2009-2021 by Wilson Snyder.  This program is free software;
+// Copyright 2009-2022 by Wilson Snyder.  This program is free software;
 // you can redistribute it and/or modify it under the terms of either the
 // GNU Lesser General Public License Version 3 or the Perl Artistic License
 // Version 2.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/bisonpre 
new/Verilog-Perl-3.480/Parser/bisonpre
--- old/Verilog-Perl-3.478/Parser/bisonpre      2021-06-06 15:44:13.000000000 
+0200
+++ new/Verilog-Perl-3.480/Parser/bisonpre      2022-09-01 21:07:14.000000000 
+0200
@@ -9,7 +9,7 @@
 use strict;
 use vars qw($Debug $VERSION);
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 our $Self;
 
@@ -572,7 +572,7 @@
 tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/>.
 
-Copyright 2008-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2008-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/callbackgen 
new/Verilog-Perl-3.480/Parser/callbackgen
--- old/Verilog-Perl-3.478/Parser/callbackgen   2021-06-06 15:44:13.000000000 
+0200
+++ new/Verilog-Perl-3.480/Parser/callbackgen   2022-09-01 21:07:14.000000000 
+0200
@@ -14,7 +14,7 @@
 require "../Language.pm";
 package main;
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 # xs_manual=>1,   -> The .xs file makes the handler itself
 
@@ -369,7 +369,7 @@
 tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/>.
 
-Copyright 2008-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2008-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/gen/bisonpre-0 
new/Verilog-Perl-3.480/Parser/gen/bisonpre-0
--- old/Verilog-Perl-3.478/Parser/gen/bisonpre-0        2021-06-06 
15:44:29.000000000 +0200
+++ new/Verilog-Perl-3.480/Parser/gen/bisonpre-0        2022-09-01 
21:07:28.000000000 +0200
@@ -1 +1 @@
-rOgzyFFyEDmYbUlvc2oclTtOb2w
\ No newline at end of file
+glRUZvUDK9JSWTfvdKw7lm6SH8k
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/gen/flex-0 
new/Verilog-Perl-3.480/Parser/gen/flex-0
--- old/Verilog-Perl-3.478/Parser/gen/flex-0    2021-04-13 21:58:45.000000000 
+0200
+++ new/Verilog-Perl-3.480/Parser/gen/flex-0    2022-09-01 21:07:29.000000000 
+0200
@@ -1 +1 @@
-Cok4c87shASHwhbYJthtz9+zIng
\ No newline at end of file
+O/0lSwLz+eMfBFmG9yhkWkya4Z0
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Parser/gen/flex-1 
new/Verilog-Perl-3.480/Parser/gen/flex-1
--- old/Verilog-Perl-3.478/Parser/gen/flex-1    2021-04-13 21:58:45.000000000 
+0200
+++ new/Verilog-Perl-3.480/Parser/gen/flex-1    2022-09-01 21:07:29.000000000 
+0200
@@ -2276,7 +2276,7 @@
  *
  **************************************************************************
  *
- * Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+ * Copyright 2000-2022 by Wilson Snyder.  This program is free software;
  * you can redistribute it and/or modify it under the terms of either the
  * GNU Lesser General Public License Version 3 or the Perl Artistic License
  * Version 2.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Preproc/Makefile.PL 
new/Verilog-Perl-3.480/Preproc/Makefile.PL
--- old/Verilog-Perl-3.478/Preproc/Makefile.PL  2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Preproc/Makefile.PL  2022-09-01 21:07:14.000000000 
+0200
@@ -1,6 +1,6 @@
 # DESCRIPTION: Perl ExtUtils: Type 'perl Makefile.PL' to create a Makefile for 
this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Preproc/Preproc.pm 
new/Verilog-Perl-3.480/Preproc/Preproc.pm
--- old/Verilog-Perl-3.478/Preproc/Preproc.pm   2021-06-06 15:44:13.000000000 
+0200
+++ new/Verilog-Perl-3.480/Preproc/Preproc.pm   2022-09-01 21:07:14.000000000 
+0200
@@ -11,7 +11,7 @@
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 ######################################################################
 #### Configuration Section
@@ -467,7 +467,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Preproc/Preproc.xs 
new/Verilog-Perl-3.480/Preproc/Preproc.xs
--- old/Verilog-Perl-3.478/Preproc/Preproc.xs   2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Preproc/Preproc.xs   2022-09-01 21:07:14.000000000 
+0200
@@ -9,7 +9,7 @@
 #*
 #*********************************************************************
 #*
-#* Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+#* Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 #* you can redistribute it and/or modify it under the terms of either the GNU
 #* Lesser General Public License Version 3 or the Perl Artistic License 
Version 2.0.
 #*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Preproc/VFileLine.cpp 
new/Verilog-Perl-3.480/Preproc/VFileLine.cpp
--- old/Verilog-Perl-3.478/Preproc/VFileLine.cpp        2021-04-13 
21:59:24.000000000 +0200
+++ new/Verilog-Perl-3.480/Preproc/VFileLine.cpp        2022-09-01 
21:07:14.000000000 +0200
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //*************************************************************************
 //
-// Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+// Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 // you can redistribute it and/or modify it under the terms of either the GNU
 // Lesser General Public License Version 3 or the Perl Artistic License 
Version 2.0.
 //
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Preproc/VFileLine.h 
new/Verilog-Perl-3.480/Preproc/VFileLine.h
--- old/Verilog-Perl-3.478/Preproc/VFileLine.h  2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Preproc/VFileLine.h  2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //*************************************************************************
 //
-// Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+// Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 // you can redistribute it and/or modify it under the terms of either the GNU
 // Lesser General Public License Version 3 or the Perl Artistic License 
Version 2.0.
 //
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Preproc/VPreLex.h 
new/Verilog-Perl-3.480/Preproc/VPreLex.h
--- old/Verilog-Perl-3.478/Preproc/VPreLex.h    2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Preproc/VPreLex.h    2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //*************************************************************************
 //
-// Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+// Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 // you can redistribute it and/or modify it under the terms of either the GNU
 // Lesser General Public License Version 3 or the Perl Artistic License 
Version 2.0.
 //
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Preproc/VPreLex.l 
new/Verilog-Perl-3.480/Preproc/VPreLex.l
--- old/Verilog-Perl-3.478/Preproc/VPreLex.l    2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Preproc/VPreLex.l    2022-09-01 21:07:14.000000000 
+0200
@@ -14,7 +14,7 @@
  *
  ******************************************************************************
  *
- * Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+ * Copyright 2000-2022 by Wilson Snyder.  This program is free software;
  * you can redistribute it and/or modify it under the terms of either the GNU
  * Lesser General Public License Version 3 or the Perl Artistic License 
Version 2.0.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Preproc/VPreProc.cpp 
new/Verilog-Perl-3.480/Preproc/VPreProc.cpp
--- old/Verilog-Perl-3.478/Preproc/VPreProc.cpp 2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Preproc/VPreProc.cpp 2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //*************************************************************************
 //
-// Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+// Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 // you can redistribute it and/or modify it under the terms of either the GNU
 // Lesser General Public License Version 3 or the Perl Artistic License 
Version 2.0.
 //
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Preproc/VPreProc.h 
new/Verilog-Perl-3.480/Preproc/VPreProc.h
--- old/Verilog-Perl-3.478/Preproc/VPreProc.h   2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Preproc/VPreProc.h   2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //*************************************************************************
 //
-// Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+// Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 // you can redistribute it and/or modify it under the terms of either the GNU
 // Lesser General Public License Version 3 or the Perl Artistic License 
Version 2.0.
 //
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Preproc/flexfix 
new/Verilog-Perl-3.480/Preproc/flexfix
--- old/Verilog-Perl-3.478/Preproc/flexfix      2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Preproc/flexfix      2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 ######################################################################
 #
-# Copyright 2002-2021 by Wilson Snyder.  This program is free software; you
+# Copyright 2002-2022 by Wilson Snyder.  This program is free software; you
 # can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License
 # Version 2.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Preproc/gen/flex-0 
new/Verilog-Perl-3.480/Preproc/gen/flex-0
--- old/Verilog-Perl-3.478/Preproc/gen/flex-0   2021-04-13 21:58:52.000000000 
+0200
+++ new/Verilog-Perl-3.480/Preproc/gen/flex-0   2022-09-01 21:07:42.000000000 
+0200
@@ -1 +1 @@
-FSro7EdoV2a9cwWWWVQVJi8Tacg
\ No newline at end of file
+KdICK/PzfxMizaO16sizZiDYrII
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Preproc/gen/flex-1 
new/Verilog-Perl-3.480/Preproc/gen/flex-1
--- old/Verilog-Perl-3.478/Preproc/gen/flex-1   2021-04-13 21:58:52.000000000 
+0200
+++ new/Verilog-Perl-3.480/Preproc/gen/flex-1   2022-09-01 21:07:42.000000000 
+0200
@@ -1356,7 +1356,7 @@
  *
  ******************************************************************************
  *
- * Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+ * Copyright 2000-2022 by Wilson Snyder.  This program is free software;
  * you can redistribute it and/or modify it under the terms of either the GNU
  * Lesser General Public License Version 3 or the Perl Artistic License 
Version 2.0.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Preproc/toolhash 
new/Verilog-Perl-3.480/Preproc/toolhash
--- old/Verilog-Perl-3.478/Preproc/toolhash     2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Preproc/toolhash     2022-09-01 21:07:14.000000000 
+0200
@@ -266,7 +266,7 @@
 tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/>.
 
-Copyright 2010-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2010-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Preproc/xsubppfix 
new/Verilog-Perl-3.480/Preproc/xsubppfix
--- old/Verilog-Perl-3.478/Preproc/xsubppfix    2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/Preproc/xsubppfix    2022-09-01 21:07:14.000000000 
+0200
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-# Copyright 2008-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2008-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/README 
new/Verilog-Perl-3.480/README
--- old/Verilog-Perl-3.478/README       2021-06-05 04:33:20.000000000 +0200
+++ new/Verilog-Perl-3.480/README       2022-09-01 21:07:43.000000000 +0200
@@ -199,7 +199,7 @@
     Option 1: Easiest installation is using the "CPAN" command line that
     comes with Perl. After configuring CPAN the first time, simply
 
-       cpan install Verilog-Perl
+       cpan install Verilog::Language
        # And see the documentation
        man Verilog-Perl
        # Or, sometimes the capitalization is changed
@@ -261,7 +261,7 @@
     software tool suite. The latest version is available from CPAN and from
     <https://www.veripool.org/verilog-perl>.
 
-    Copyright 2000-2021 by Wilson Snyder. This package is free software; you
+    Copyright 2000-2022 by Wilson Snyder. This package is free software; you
     can redistribute it and/or modify it under the terms of either the GNU
     Lesser General Public License Version 3 or the Perl Artistic License
     Version 2.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/README.pod 
new/Verilog-Perl-3.480/README.pod
--- old/Verilog-Perl-3.478/README.pod   2021-04-13 21:59:24.000000000 +0200
+++ new/Verilog-Perl-3.480/README.pod   2022-09-01 21:07:14.000000000 +0200
@@ -232,7 +232,7 @@
 Option 1: Easiest installation is using the "CPAN" command line that comes
 with Perl.  After configuring CPAN the first time, simply
 
-   cpan install Verilog-Perl
+   cpan install Verilog::Language
    # And see the documentation
    man Verilog-Perl
    # Or, sometimes the capitalization is changed
@@ -298,7 +298,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/Std.pm 
new/Verilog-Perl-3.480/Std.pm
--- old/Verilog-Perl-3.478/Std.pm       2021-06-06 15:44:13.000000000 +0200
+++ new/Verilog-Perl-3.480/Std.pm       2022-09-01 21:07:14.000000000 +0200
@@ -14,7 +14,7 @@
 ######################################################################
 #### Configuration Section
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 #######################################################################
 # It's a PITRA to have pure datafiles get installed properly, so we have
@@ -117,7 +117,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2009-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2009-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License
 Version 2.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/00_pod.t 
new/Verilog-Perl-3.480/t/00_pod.t
--- old/Verilog-Perl-3.478/t/00_pod.t   2021-04-13 21:59:24.000000000 +0200
+++ new/Verilog-Perl-3.480/t/00_pod.t   2022-09-01 21:07:14.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/01_manifest.t 
new/Verilog-Perl-3.480/t/01_manifest.t
--- old/Verilog-Perl-3.478/t/01_manifest.t      2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/01_manifest.t      2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2007-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2007-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/02_help.t 
new/Verilog-Perl-3.480/t/02_help.t
--- old/Verilog-Perl-3.478/t/02_help.t  2021-04-13 21:59:24.000000000 +0200
+++ new/Verilog-Perl-3.480/t/02_help.t  2022-09-01 21:07:14.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2007-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2007-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/03_spaces.t 
new/Verilog-Perl-3.480/t/03_spaces.t
--- old/Verilog-Perl-3.478/t/03_spaces.t        2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/03_spaces.t        2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2007-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2007-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/04_critic.t 
new/Verilog-Perl-3.480/t/04_critic.t
--- old/Verilog-Perl-3.478/t/04_critic.t        2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/04_critic.t        2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/05_yaml.t 
new/Verilog-Perl-3.480/t/05_yaml.t
--- old/Verilog-Perl-3.478/t/05_yaml.t  2021-04-13 21:59:24.000000000 +0200
+++ new/Verilog-Perl-3.480/t/05_yaml.t  2022-09-01 21:07:14.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2010-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2010-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/10_keywords.t 
new/Verilog-Perl-3.480/t/10_keywords.t
--- old/Verilog-Perl-3.478/t/10_keywords.t      2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/10_keywords.t      2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/12_splitbus.t 
new/Verilog-Perl-3.480/t/12_splitbus.t
--- old/Verilog-Perl-3.478/t/12_splitbus.t      2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/12_splitbus.t      2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/14_numbers.t 
new/Verilog-Perl-3.480/t/14_numbers.t
--- old/Verilog-Perl-3.478/t/14_numbers.t       2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/14_numbers.t       2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/16_std.t 
new/Verilog-Perl-3.480/t/16_std.t
--- old/Verilog-Perl-3.478/t/16_std.t   2021-04-13 21:59:24.000000000 +0200
+++ new/Verilog-Perl-3.480/t/16_std.t   2022-09-01 21:07:14.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2009-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2009-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/20_getopt.t 
new/Verilog-Perl-3.480/t/20_getopt.t
--- old/Verilog-Perl-3.478/t/20_getopt.t        2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/20_getopt.t        2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/30_preproc.t 
new/Verilog-Perl-3.480/t/30_preproc.t
--- old/Verilog-Perl-3.478/t/30_preproc.t       2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/30_preproc.t       2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/32_noinc.t 
new/Verilog-Perl-3.480/t/32_noinc.t
--- old/Verilog-Perl-3.478/t/32_noinc.t 2021-04-13 21:59:24.000000000 +0200
+++ new/Verilog-Perl-3.480/t/32_noinc.t 2022-09-01 21:07:14.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/33_gzip.t 
new/Verilog-Perl-3.480/t/33_gzip.t
--- old/Verilog-Perl-3.478/t/33_gzip.t  2021-04-13 21:59:24.000000000 +0200
+++ new/Verilog-Perl-3.480/t/33_gzip.t  2022-09-01 21:07:14.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/34_parser.t 
new/Verilog-Perl-3.480/t/34_parser.t
--- old/Verilog-Perl-3.478/t/34_parser.t        2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/34_parser.t        2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/35_sigparser.t 
new/Verilog-Perl-3.480/t/35_sigparser.t
--- old/Verilog-Perl-3.478/t/35_sigparser.t     2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/35_sigparser.t     2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/36_sigmany.t 
new/Verilog-Perl-3.480/t/36_sigmany.t
--- old/Verilog-Perl-3.478/t/36_sigmany.t       2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/36_sigmany.t       2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 ######################################################################
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/40_netlist.t 
new/Verilog-Perl-3.480/t/40_netlist.t
--- old/Verilog-Perl-3.478/t/40_netlist.t       2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/40_netlist.t       2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/41_example.t 
new/Verilog-Perl-3.480/t/41_example.t
--- old/Verilog-Perl-3.478/t/41_example.t       2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/41_example.t       2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/42_dumpcheck.t 
new/Verilog-Perl-3.480/t/42_dumpcheck.t
--- old/Verilog-Perl-3.478/t/42_dumpcheck.t     2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/42_dumpcheck.t     2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/43_storable.t 
new/Verilog-Perl-3.480/t/43_storable.t
--- old/Verilog-Perl-3.478/t/43_storable.t      2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/43_storable.t      2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/44_create.t 
new/Verilog-Perl-3.480/t/44_create.t
--- old/Verilog-Perl-3.478/t/44_create.t        2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/44_create.t        2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/46_link.t 
new/Verilog-Perl-3.480/t/46_link.t
--- old/Verilog-Perl-3.478/t/46_link.t  2021-04-13 21:59:24.000000000 +0200
+++ new/Verilog-Perl-3.480/t/46_link.t  2022-09-01 21:07:14.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/48_leak.t 
new/Verilog-Perl-3.480/t/48_leak.t
--- old/Verilog-Perl-3.478/t/48_leak.t  2021-04-13 21:59:24.000000000 +0200
+++ new/Verilog-Perl-3.480/t/48_leak.t  2022-09-01 21:07:14.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/49_largeish.t 
new/Verilog-Perl-3.480/t/49_largeish.t
--- old/Verilog-Perl-3.478/t/49_largeish.t      2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/49_largeish.t      2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/50_vrename.t 
new/Verilog-Perl-3.480/t/50_vrename.t
--- old/Verilog-Perl-3.478/t/50_vrename.t       2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/50_vrename.t       2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/51_vrename_kwd.t 
new/Verilog-Perl-3.480/t/51_vrename_kwd.t
--- old/Verilog-Perl-3.478/t/51_vrename_kwd.t   2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/51_vrename_kwd.t   2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/56_editfiles.t 
new/Verilog-Perl-3.480/t/56_editfiles.t
--- old/Verilog-Perl-3.478/t/56_editfiles.t     2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/56_editfiles.t     2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2007-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2007-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/58_vsplitmodule.t 
new/Verilog-Perl-3.480/t/58_vsplitmodule.t
--- old/Verilog-Perl-3.478/t/58_vsplitmodule.t  2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/58_vsplitmodule.t  2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/60_vpassert.t 
new/Verilog-Perl-3.480/t/60_vpassert.t
--- old/Verilog-Perl-3.478/t/60_vpassert.t      2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/60_vpassert.t      2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/80_vppreproc.t 
new/Verilog-Perl-3.480/t/80_vppreproc.t
--- old/Verilog-Perl-3.478/t/80_vppreproc.t     2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/80_vppreproc.t     2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/85_vhier.t 
new/Verilog-Perl-3.480/t/85_vhier.t
--- old/Verilog-Perl-3.478/t/85_vhier.t 2021-04-13 21:59:24.000000000 +0200
+++ new/Verilog-Perl-3.480/t/85_vhier.t 2022-09-01 21:07:14.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/86_vhier_tick.t 
new/Verilog-Perl-3.480/t/86_vhier_tick.t
--- old/Verilog-Perl-3.478/t/86_vhier_tick.t    2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/86_vhier_tick.t    2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/87_vhier_unicode.t 
new/Verilog-Perl-3.480/t/87_vhier_unicode.t
--- old/Verilog-Perl-3.478/t/87_vhier_unicode.t 2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/87_vhier_unicode.t 2022-09-01 21:07:14.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/t/test_utils.pl 
new/Verilog-Perl-3.480/t/test_utils.pl
--- old/Verilog-Perl-3.478/t/test_utils.pl      2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/t/test_utils.pl      2022-09-01 21:07:14.000000000 
+0200
@@ -1,6 +1,6 @@
 # DESCRIPTION: Perl ExtUtils: Common routines required by package tests
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/verilog/test.vrename 
new/Verilog-Perl-3.480/verilog/test.vrename
--- old/Verilog-Perl-3.478/verilog/test.vrename 2021-04-13 21:59:24.000000000 
+0200
+++ new/Verilog-Perl-3.480/verilog/test.vrename 2022-09-01 21:07:14.000000000 
+0200
@@ -1,6 +1,6 @@
 # DESCRIPTION: vrename: For test.pl testing of vrename
 #
-# Copyright 2000-2021 by Wilson Snyder.  This program is free software;
+# Copyright 2000-2022 by Wilson Snyder.  This program is free software;
 # you can redistribute it and/or modify it under the terms of either the GNU
 # Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 ######################################################################
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/vhier new/Verilog-Perl-3.480/vhier
--- old/Verilog-Perl-3.478/vhier        2021-06-06 15:44:13.000000000 +0200
+++ new/Verilog-Perl-3.480/vhier        2022-09-01 21:07:14.000000000 +0200
@@ -17,7 +17,7 @@
 use strict;
 use vars qw($Debug $VERSION);
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 ######################################################################
 # main
@@ -587,7 +587,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2005-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2005-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/vpassert 
new/Verilog-Perl-3.480/vpassert
--- old/Verilog-Perl-3.478/vpassert     2021-06-06 15:44:13.000000000 +0200
+++ new/Verilog-Perl-3.480/vpassert     2022-09-01 21:07:14.000000000 +0200
@@ -36,7 +36,7 @@
             %Files %Files_Read
             %File_Dest
             );
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 ######################################################################
 # configuration
@@ -1687,7 +1687,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/vppreproc 
new/Verilog-Perl-3.480/vppreproc
--- old/Verilog-Perl-3.478/vppreproc    2021-06-06 15:44:13.000000000 +0200
+++ new/Verilog-Perl-3.480/vppreproc    2022-09-01 21:07:14.000000000 +0200
@@ -16,7 +16,7 @@
 use strict;
 use vars qw($Debug $VERSION);
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 ######################################################################
 # main
@@ -276,7 +276,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.478/vrename 
new/Verilog-Perl-3.480/vrename
--- old/Verilog-Perl-3.478/vrename      2021-06-06 15:44:13.000000000 +0200
+++ new/Verilog-Perl-3.480/vrename      2022-09-01 21:07:14.000000000 +0200
@@ -23,7 +23,7 @@
            $Debug $Opt_Xref $Opt_Crypt $Opt_Crypt_All $Opt_Write $Opt_Keywords
            @Files);
 
-$VERSION = '3.478';
+$VERSION = '3.480';
 
 ######################################################################
 
@@ -451,7 +451,7 @@
                $hit = 1 if $filestrg =~ s/$sig_quoted(?=[ \t\n\r])/$magic/g;
            } else {  # Unescaped
                my $sig_quoted = quotemeta $signs;
-               $hit = 1 if $filestrg =~ 
s/([^a-zA-Z0-9_\$\%\'\\])$sig_quoted(?=[^a-zA-Z0-9_])/$1$magic/g;
+               $hit = 1 if $filestrg =~ 
s/([^a-zA-Z0-9_\$\'\\])$sig_quoted(?=[^a-zA-Z0-9_])/$1$magic/g;
                # Consume leading \; either getting removed or part of 
replacement
                $hit = 1 if $filestrg =~ s/(\\)$sig_quoted(?=[ 
\t\n\r])/$magic/g;
            }
@@ -714,7 +714,7 @@
 software tool suite.  The latest version is available from CPAN and from
 L<https://www.veripool.org/verilog-perl>.
 
-Copyright 2000-2021 by Wilson Snyder.  This package is free software; you
+Copyright 2000-2022 by Wilson Snyder.  This package is free software; you
 can redistribute it and/or modify it under the terms of either the GNU
 Lesser General Public License Version 3 or the Perl Artistic License Version 
2.0.
 

Reply via email to