Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Perl 5.8 support #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ jobs:
"5.10",
]

# Test-DependentModules-0.27
# Configuring MetaCPAN-Client-2.026000 ... Perl v5.10.0 required--this is only v5.8.9
#"5.8",
container:
image: perl:${{ matrix.perl-version }}

Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requires 'perl', '5.008005';
requires 'perl', '5.010001';

# Scalar::Util < 1.14 has a bug.
# > Fixed looks_like_number(undef) to return false for perl >= 5.009002
Expand Down
2 changes: 1 addition & 1 deletion lib/Mouse/XS.pod
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ See L<https://rt.cpan.org/Ticket/Display.html?id=82945> for details.

=head1 DEPENDENCIES

The XS implementation requires Perl 5.8.1 or later, and a C compiler.
The XS implementation requires Perl 5.10.1 or later, and a C compiler.

=head1 SEE ALSO

Expand Down