Skip to content

Commit

Permalink
Everything should have a $VERSION!
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Apr 11, 2024
1 parent e17833e commit 445b0d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Test2/Tools/Type.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ use strict;
use warnings;

use base qw(Exporter);

our $VERSION = '1';

use Carp qw(croak);

use Test2::API qw(context);
Expand Down

0 comments on commit 445b0d9

Please sign in to comment.