Skip to content

Commit

Permalink
Fix versions and add Test::Version to pre-requisites
Browse files Browse the repository at this point in the history
  • Loading branch information
wlmb committed Sep 22, 2024
1 parent 47ff94a commit d809fa0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
4 changes: 3 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ WriteMakefile(
'Storable' => '0',
},
TEST_REQUIRES => {
'Machine::Epsilon' => '0',
'Machine::Epsilon' => '0',
'Test::More' => '0',
'Test::Version' => '1.003001'

},
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => '0',
Expand Down
4 changes: 2 additions & 2 deletions lib/Photonic/LE/ST/Haydock.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Photonic::LE::ST::Haydock;
$Photonic::LE::ST::Haydock::VERSION = '0.021';
$Photonic::LE::ST::Haydock::VERSION = '0.022';

=encoding UTF-8
Expand All @@ -9,7 +9,7 @@ Photonic::LE::S::Haydock
=head1 VERSION
version 0.021
version 0.022
=head1 COPYRIGHT NOTICE
Expand Down
4 changes: 2 additions & 2 deletions lib/Photonic/WE/ST/Haydock.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Photonic::WE::ST::Haydock;
$Photonic::WE::ST::Haydock::VERSION = '0.021';
$Photonic::WE::ST::Haydock::VERSION = '0.022';

=encoding UTF-8
Expand All @@ -9,7 +9,7 @@ Photonic::WE::ST::Haydock
=head1 VERSION
version 0.021
version 0.022
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Photonic/WE/ST/Metric.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Photonic::WE::ST::Metric;
$Photonic::WE::ST::Metric::VERSION = '0.021';
$Photonic::WE::ST::Metric::VERSION = '0.022';

=encoding UTF-8
Expand All @@ -9,7 +9,7 @@ Photonic::WE::ST::Metric
=head1 VERSION
version 0.021
version 0.022
=head1 COPYRIGHT NOTICE
Expand Down
3 changes: 2 additions & 1 deletion xt/version.t
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ use warnings;
use Test::More;

## no critic
eval q{use Test::Version 1.003001 qw( version_all_ok ), {
# eval q{use Test::Version 1.003001 qw( version_all_ok ), {
eval q{use Test::Version qw( version_all_ok ), {
is_strict => 1,
has_version => 1,
consistent => 1,
Expand Down

0 comments on commit d809fa0

Please sign in to comment.