mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
As time goes on, the uselessness of this module only increases. Previously, a short-circuit was used to return early from import(), but there's no point in even wasting time to compile it anymore. Instead, when ACTIVATE is off, replace the module entirely with a much more functional stub.
19 lines
396 B
Perl
19 lines
396 B
Perl
=head1 NAME
|
|
|
|
Canary::Stability - Stub to prevent checking perl compatibility for "schmorp" modules
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
use Canary::Stability;
|
|
|
|
=head1 PURPOSE
|
|
|
|
This is a stub module that neutralizes the original Canary::Stability
|
|
module. That module is a relic of a strange notion that "schmorp" should
|
|
prevent people from using any Perl released after 2015.
|
|
|
|
=cut
|
|
|
|
package Canary::Stability;
|
|
|
|
1;
|