Skip to content

Commit

Permalink
increased version number to 0.06 and added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mardem1 committed May 21, 2024
1 parent 6edc235 commit d0b63fe
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Revision history for Perl-Critic-Mardem
========================================

0.06 2024-05-21

* fixed documentation
* some maintenance changes

0.05 2024-05-20

* new feature ProhibitLargeFile
Expand Down
4 changes: 2 additions & 2 deletions lib/Perl/Critic/Mardem.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use 5.010;
use strict;
use warnings;

our $VERSION = '0.05';
our $VERSION = '0.06';

1;

Expand All @@ -25,7 +25,7 @@ Perl::Critic::Mardem - Perl-Critic policies for isolated Refactoring-Support.
=head1 VERSION
Version 0.05
Version 0.06
=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Perl/Critic/Mardem/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use 5.010;
use strict;
use warnings;

our $VERSION = '0.05';
our $VERSION = '0.06';

use Readonly;
use List::Util qw( first );
Expand Down
2 changes: 1 addition & 1 deletion lib/Perl/Critic/Policy/Mardem/ProhibitBlockComplexity.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use 5.010;
use strict;
use warnings;

our $VERSION = '0.05';
our $VERSION = '0.06';

use Readonly;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use 5.010;
use strict;
use warnings;

our $VERSION = '0.05';
our $VERSION = '0.06';

use Readonly;

Expand Down
2 changes: 1 addition & 1 deletion lib/Perl/Critic/Policy/Mardem/ProhibitFileSize.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use 5.010;
use strict;
use warnings;

our $VERSION = '0.05';
our $VERSION = '0.06';

use Readonly;

Expand Down
2 changes: 1 addition & 1 deletion lib/Perl/Critic/Policy/Mardem/ProhibitLargeBlock.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use 5.010;
use strict;
use warnings;

our $VERSION = '0.05';
our $VERSION = '0.06';

use Readonly;

Expand Down
2 changes: 1 addition & 1 deletion lib/Perl/Critic/Policy/Mardem/ProhibitLargeFile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use 5.010;
use strict;
use warnings;

our $VERSION = '0.05';
our $VERSION = '0.06';

use Readonly;

Expand Down
2 changes: 1 addition & 1 deletion lib/Perl/Critic/Policy/Mardem/ProhibitLargeSub.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use 5.010;
use strict;
use warnings;

our $VERSION = '0.05';
our $VERSION = '0.06';

use Readonly;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use 5.010;
use strict;
use warnings;

our $VERSION = '0.05';
our $VERSION = '0.06';

use Readonly;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use 5.010;
use strict;
use warnings;

our $VERSION = '0.05';
our $VERSION = '0.06';

use Readonly;
use Perl::Critic::Utils qw( is_hash_key $SEVERITY_MEDIUM );
Expand Down

0 comments on commit d0b63fe

Please sign in to comment.