summaryrefslogtreecommitdiff
path: root/lib/Tangence/Property.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Tangence/Property.pm')
-rw-r--r--lib/Tangence/Property.pm6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/Tangence/Property.pm b/lib/Tangence/Property.pm
index fbd8a3e..83021f4 100644
--- a/lib/Tangence/Property.pm
+++ b/lib/Tangence/Property.pm
@@ -3,9 +3,9 @@
#
# (C) Paul Evans, 2013-2016 -- leonerd@leonerd.org.uk
-package Tangence::Property;
+package Tangence::Property 0.26;
-use strict;
+use v5.14;
use warnings;
use base qw( Tangence::Meta::Property );
@@ -18,8 +18,6 @@ require Tangence::Type;
use Struct::Dumb;
struct Instance => [qw( value callbacks cursors )];
-our $VERSION = '0.25';
-
sub build_accessor
{
my $prop = shift;