Skip to content

Commit

Permalink
Release 1.02
Browse files Browse the repository at this point in the history
  • Loading branch information
charsbar committed Sep 10, 2023
1 parent 5f5d1c5 commit f860eec
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 19 deletions.
11 changes: 10 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
Revision history for Module-CPANTS-Analyse

1.02 2023-09-10
- Treat use v5.36 as use_warnings
- Skip some of the manifest test if symlink is not available
- Improve prereq sorting
- Improve pod detection
- Improve script detection
- Use Parse::Distname to get a little more information from a distribution name
- Dedupe possible licences
- Add Object::Pad as use strict equivalent (Wesley Schwengle)
- Fix has_license_in_source_file for distributions that contain only a
script under bin or scripts
script under bin or scripts (Sven Kirmess)

1.01 2019-08-08
- Fixed not to set an error message when extracted nicely
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANTS/Analyse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Archive::Any::Lite;
use Carp;
use Parse::Distname;

our $VERSION = '1.01';
our $VERSION = '1.02';
$VERSION =~ s/_//; ## no critic

__PACKAGE__->mk_accessors(qw(dist opts tarball distdir d mck));
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANTS/Kwalitee.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use base qw(Class::Accessor::Fast);
use Carp;
use Module::Find qw(usesub);

our $VERSION = '1.01';
our $VERSION = '1.02';
$VERSION =~ s/_//; ## no critic

__PACKAGE__->mk_accessors(qw(_available _total));
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANTS/Kwalitee/BrokenInstaller.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use warnings;
use strict;
use File::Spec::Functions qw(catfile);

our $VERSION = '1.01';
our $VERSION = '1.02';
$VERSION =~ s/_//; ## no critic

sub order { 100 }
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANTS/Kwalitee/CpantsErrors.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use warnings;
use strict;
use version;

our $VERSION = '1.01';
our $VERSION = '1.02';
$VERSION =~ s/_//; ## no critic

sub order { 1000 }
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANTS/Kwalitee/Distname.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Module::CPANTS::Kwalitee::Distname;
use warnings;
use strict;

our $VERSION = '1.01';
our $VERSION = '1.02';
$VERSION =~ s/_//; ## no critic

sub order { 20 }
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANTS/Kwalitee/Distros.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Module::CPANTS::Kwalitee::Distros;
use warnings;
use strict;

our $VERSION = '1.01';
our $VERSION = '1.02';
$VERSION =~ s/_//; ## no critic

sub order { 800 }
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANTS/Kwalitee/Files.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use File::stat;
use ExtUtils::Manifest qw(maniskip);
$ExtUtils::Manifest::Quiet = 1;

our $VERSION = '1.01';
our $VERSION = '1.02';
$VERSION =~ s/_//; ## no critic

our $RespectManiskip = 1; # for Test::Kwalitee and its friends
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANTS/Kwalitee/FindModules.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use warnings;
use strict;
use File::Spec::Functions qw(catfile);

our $VERSION = '1.01';
our $VERSION = '1.02';
$VERSION =~ s/_//; ## no critic

sub order { 30 }
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANTS/Kwalitee/License.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use File::Spec::Functions qw(catfile);
use Software::LicenseUtils;

our $VERSION = '1.01';
our $VERSION = '1.02';
$VERSION =~ s/_//; ## no critic

sub order { 100 }
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANTS/Kwalitee/Manifest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use File::Spec::Functions qw(catfile);
use Array::Diff;

our $VERSION = '1.01';
our $VERSION = '1.02';
$VERSION =~ s/_//; ## no critic

sub order { 100 }
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANTS/Kwalitee/MetaYML.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use CPAN::Meta::Validator;
use CPAN::Meta::Converter;
use List::Util qw/first/;

our $VERSION = '1.01';
our $VERSION = '1.02';
$VERSION =~ s/_//; ## no critic

sub order { 10 }
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANTS/Kwalitee/NeedsCompiler.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Module::CPANTS::Kwalitee::NeedsCompiler;
use warnings;
use strict;

our $VERSION = '1.01';
our $VERSION = '1.02';
$VERSION =~ s/_//; ## no critic

sub order { 200 }
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANTS/Kwalitee/Pod.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use File::Spec::Functions qw/catfile/;
use Encode;
use Data::Binary qw/is_binary/;

our $VERSION = '1.01';
our $VERSION = '1.02';
$VERSION =~ s/_//; ## no critic

our @ABSTRACT_STUBS = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANTS/Kwalitee/Prereq.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use File::Spec::Functions qw(catfile);
use Text::Balanced qw/extract_bracketed/;

our $VERSION = '1.01';
our $VERSION = '1.02';
$VERSION =~ s/_//; ## no critic

sub order { 100 }
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANTS/Kwalitee/Repackageable.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Module::CPANTS::Kwalitee::Repackageable;
use warnings;
use strict;

our $VERSION = '1.01';
our $VERSION = '1.02';
$VERSION =~ s/_//; ## no critic

sub order { 900 }
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANTS/Kwalitee/Signature.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Module::CPANTS::Kwalitee::Signature;
use strict;
use warnings;

our $VERSION = '1.01';
our $VERSION = '1.02';
$VERSION =~ s/_//; ## no critic

sub order { 100 }
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANTS/Kwalitee/Uses.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Perl::PrereqScanner::NotQuiteLite 0.9901;
use List::Util 1.33 qw/none/;
use version;

our $VERSION = '1.01';
our $VERSION = '1.02';
$VERSION =~ s/_//; ## no critic

# These equivalents should be reasonably well-known and, preferably,
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANTS/Kwalitee/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Module::CPANTS::Kwalitee::Version;
use warnings;
use strict;

our $VERSION = '1.01';
our $VERSION = '1.02';
$VERSION =~ s/_//; ## no critic

sub order { 100 }
Expand Down

0 comments on commit f860eec

Please sign in to comment.