Skip to content

Commit

Permalink
No need to check for builtin.pm; the functions are always accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
leonerd committed Jan 21, 2024
1 parent d6c4fcd commit e85d188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Data/Printer/Filter/SCALAR.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;
use Data::Printer::Filter;
use Scalar::Util;

use constant HAS_BOOLEAN => $] ge '5.036000' && eval 'use builtin; 1';
use constant HAS_BOOLEAN => $] ge '5.036000';

filter 'SCALAR' => \&parse;
filter 'LVALUE' => sub {
Expand Down

0 comments on commit e85d188

Please sign in to comment.