X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lib%2FPerl%2FTidy%2FDevNull.pm;h=2b703ee7e2c4f15fe96751f8d38027d2b44c90e5;hb=57d829ae0e2c75828f8ecc9c7139579350927dbc;hp=42e09d0d31644ea0ae3e28dca024c18556af9320;hpb=7f27e55dce5925b2bbe8fcfca64f385e917a52be;p=perltidy.git diff --git a/lib/Perl/Tidy/DevNull.pm b/lib/Perl/Tidy/DevNull.pm index 42e09d0..2b703ee 100644 --- a/lib/Perl/Tidy/DevNull.pm +++ b/lib/Perl/Tidy/DevNull.pm @@ -7,7 +7,7 @@ package Perl::Tidy::DevNull; use strict; use warnings; -our $VERSION = '20200110'; +our $VERSION = '20210717'; sub new { my $self = shift; return bless {}, $self } sub print { return } sub close { return }