Skip to content

Commit

Permalink
drop older perls
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Dec 23, 2024
1 parent db427df commit 89267b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- "5.8"

env:
CIP_TAG: ${{ matrix.cip_tag }}
Expand Down
2 changes: 1 addition & 1 deletion lib/MooseX/Types/JSON.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package MooseX::Types::JSON;

use strict;
use warnings;
use 5.008003;
use 5.012;

# ABSTRACT: JSON datatype for Moose
# VERSION
Expand Down

0 comments on commit 89267b1

Please sign in to comment.