summaryrefslogtreecommitdiff
path: root/lib/Data/MultiValued/AttributeTrait/Tags.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Data/MultiValued/AttributeTrait/Tags.pm')
-rw-r--r--lib/Data/MultiValued/AttributeTrait/Tags.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Data/MultiValued/AttributeTrait/Tags.pm b/lib/Data/MultiValued/AttributeTrait/Tags.pm
index 4765a93..f62a1eb 100644
--- a/lib/Data/MultiValued/AttributeTrait/Tags.pm
+++ b/lib/Data/MultiValued/AttributeTrait/Tags.pm
@@ -1,8 +1,8 @@
package Data::MultiValued::AttributeTrait::Tags;
-BEGIN {
+{
$Data::MultiValued::AttributeTrait::Tags::VERSION = '0.0.1';
}
-BEGIN {
+{
$Data::MultiValued::AttributeTrait::Tags::DIST = 'Data-MultiValued';
}
use Moose::Role;
@@ -17,10 +17,10 @@ sub opts_to_pass_set { qw(tag) }
sub opts_to_pass_get { qw(tag) }
package Moose::Meta::Attribute::Custom::Trait::MultiValued::Tags;
-BEGIN {
+{
$Moose::Meta::Attribute::Custom::Trait::MultiValued::Tags::VERSION = '0.0.1';
}
-BEGIN {
+{
$Moose::Meta::Attribute::Custom::Trait::MultiValued::Tags::DIST = 'Data-MultiValued';
}{
sub register_implementation { 'Data::MultiValued::AttributeTrait::Tags' }