Skip to content

Commit

Permalink
v2.000002
Browse files Browse the repository at this point in the history
    - Fix 5.14
    - Bump min perl to 5.14
    - Fix issue where perl libs would not carry down effectively
    - Remove DBIx::Class::UUIDColumns as a dep
    - Remove DBIx::Class::Tree::AdjacencyList as a dep
  • Loading branch information
exodist committed Aug 1, 2024
1 parent 76061f1 commit 3ee63ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{$NEXT}}

2.000002 2024-07-31 17:01:46-07:00 America/Los_Angeles (TRIAL RELEASE)

- Fix 5.14
- Bump min perl to 5.14
- Fix issue where perl libs would not carry down effectively
Expand Down
8 changes: 2 additions & 6 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use strict;
use warnings;

use 5.010000;
use 5.014000;
use ExtUtils::MakeMaker;

use Config qw/%Config/;
Expand Down Expand Up @@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
"scripts/yath"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010000",
"MIN_PERL_VERSION" => "5.014000",
"NAME" => "Test2::Harness",
"PREREQ_PM" => {
"Atomic::Pipe" => "0.021",
Expand All @@ -58,8 +58,6 @@ my %WriteMakefileArgs = (
"DBIx::Class::InflateColumn::DateTime" => 0,
"DBIx::Class::InflateColumn::Serializer" => 0,
"DBIx::Class::InflateColumn::Serializer::JSON" => 0,
"DBIx::Class::Tree::AdjacencyList" => 0,
"DBIx::Class::UUIDColumns" => 0,
"DBIx::QuickDB" => 0,
"Data::Dumper" => 0,
"DateTime" => 0,
Expand Down Expand Up @@ -170,8 +168,6 @@ my %FallbackPrereqs = (
"DBIx::Class::InflateColumn::DateTime" => 0,
"DBIx::Class::InflateColumn::Serializer" => 0,
"DBIx::Class::InflateColumn::Serializer::JSON" => 0,
"DBIx::Class::Tree::AdjacencyList" => 0,
"DBIx::Class::UUIDColumns" => 0,
"DBIx::QuickDB" => 0,
"Data::Dumper" => 0,
"DateTime" => 0,
Expand Down
4 changes: 1 addition & 3 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ requires "DBIx::Class::Helper::ResultSet::RemoveColumns" => "0";
requires "DBIx::Class::InflateColumn::DateTime" => "0";
requires "DBIx::Class::InflateColumn::Serializer" => "0";
requires "DBIx::Class::InflateColumn::Serializer::JSON" => "0";
requires "DBIx::Class::Tree::AdjacencyList" => "0";
requires "DBIx::Class::UUIDColumns" => "0";
requires "DBIx::QuickDB" => "0";
requires "Data::Dumper" => "0";
requires "DateTime" => "0";
Expand Down Expand Up @@ -91,7 +89,7 @@ requires "base" => "0";
requires "constant" => "0";
requires "goto::file" => "0.005";
requires "parent" => "0.241";
requires "perl" => "5.010000";
requires "perl" => "5.014000";
suggests "Class::XSAccessor" => "1.19";
suggests "DBD::MariaDB" => "0";
suggests "DBD::Pg" => "0";
Expand Down

0 comments on commit 3ee63ce

Please sign in to comment.