The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Pragmas.
use strict;
use warnings;

# Modules.
use Error::Pure::Output::Text;
use Test::More 'tests' => 2;
use Test::NoWarnings;

# Test.
is($Error::Pure::Output::Text::VERSION, 0.13, 'Version.');