]> git.donarmstrong.com Git - perltidy.git/blobdiff - lib/Perl/Tidy/DevNull.pm
Update upstream source from tag 'upstream/20230309'
[perltidy.git] / lib / Perl / Tidy / DevNull.pm
index e755e0c307245c2fb3ab6e3332f3eebad7773e93..7253a6bbfde83ee099327b63333513c06c386358 100644 (file)
@@ -7,8 +7,8 @@
 package Perl::Tidy::DevNull;
 use strict;
 use warnings;
-our $VERSION = '20190601';
-sub new { my $self = shift; return bless {}, $self }
+our $VERSION = '20230309';
+sub new   { my $self = shift; return bless {}, $self }
 sub print { return }
 sub close { return }