]> git.donarmstrong.com Git - perltidy.git/blobdiff - lib/Perl/Tidy/DevNull.pm
New upstream version 20200110
[perltidy.git] / lib / Perl / Tidy / DevNull.pm
index e755e0c307245c2fb3ab6e3332f3eebad7773e93..42e09d0d31644ea0ae3e28dca024c18556af9320 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 = '20200110';
+sub new   { my $self = shift; return bless {}, $self }
 sub print { return }
 sub close { return }