From: Ansgar Burchardt Date: Sat, 26 Sep 2009 09:29:51 +0000 (+0200) Subject: Add a couple of missing package descriptions. X-Git-Tag: 0.96~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoose.git;a=commitdiff_plain;h=8b09d5c3b7d7e44b2feb8b9485d8423c58b09b16 Add a couple of missing package descriptions. --- diff --git a/lib/Moose/Meta/Attribute/Native/MethodProvider/Array.pm b/lib/Moose/Meta/Attribute/Native/MethodProvider/Array.pm index 6b2bf2b..a2d3770 100644 --- a/lib/Moose/Meta/Attribute/Native/MethodProvider/Array.pm +++ b/lib/Moose/Meta/Attribute/Native/MethodProvider/Array.pm @@ -363,7 +363,7 @@ __END__ =head1 NAME -Moose::Meta::Attribute::Native::MethodProvider::Array +Moose::Meta::Attribute::Native::MethodProvider::Array - role providing method generators for Array trait =head1 DESCRIPTION diff --git a/lib/Moose/Meta/Attribute/Native/MethodProvider/Bool.pm b/lib/Moose/Meta/Attribute/Native/MethodProvider/Bool.pm index 5918177..68f32ad 100644 --- a/lib/Moose/Meta/Attribute/Native/MethodProvider/Bool.pm +++ b/lib/Moose/Meta/Attribute/Native/MethodProvider/Bool.pm @@ -34,7 +34,7 @@ __END__ =head1 NAME -Moose::Meta::Attribute::Native::MethodProvider::Bool +Moose::Meta::Attribute::Native::MethodProvider::Bool - role providing method generators for Bool trait =head1 DESCRIPTION diff --git a/lib/Moose/Meta/Attribute/Native/MethodProvider/Code.pm b/lib/Moose/Meta/Attribute/Native/MethodProvider/Code.pm index 2dfc0ff..03c22b6 100644 --- a/lib/Moose/Meta/Attribute/Native/MethodProvider/Code.pm +++ b/lib/Moose/Meta/Attribute/Native/MethodProvider/Code.pm @@ -31,7 +31,7 @@ __END__ =head1 NAME -Moose::Meta::Attribute::Native::MethodProvider::Code +Moose::Meta::Attribute::Native::MethodProvider::Code - role providing method generators for Code trait =head1 DESCRIPTION diff --git a/lib/Moose/Meta/Attribute/Native/MethodProvider/Counter.pm b/lib/Moose/Meta/Attribute/Native/MethodProvider/Counter.pm index 2e9ce53..f93c147 100644 --- a/lib/Moose/Meta/Attribute/Native/MethodProvider/Counter.pm +++ b/lib/Moose/Meta/Attribute/Native/MethodProvider/Counter.pm @@ -40,7 +40,7 @@ __END__ =head1 NAME -Moose::Meta::Attribute::Native::MethodProvider::Counter +Moose::Meta::Attribute::Native::MethodProvider::Counter - role providing method generators for Counter trait =head1 DESCRIPTION diff --git a/lib/Moose/Meta/Attribute/Native/MethodProvider/Hash.pm b/lib/Moose/Meta/Attribute/Native/MethodProvider/Hash.pm index 4c4796b..7f6c4c6 100644 --- a/lib/Moose/Meta/Attribute/Native/MethodProvider/Hash.pm +++ b/lib/Moose/Meta/Attribute/Native/MethodProvider/Hash.pm @@ -183,7 +183,7 @@ __END__ =head1 NAME -Moose::Meta::Attribute::Native::MethodProvider::Hash +Moose::Meta::Attribute::Native::MethodProvider::Hash - role prividing method generators for Hash trait =head1 DESCRIPTION diff --git a/lib/Moose/Meta/Attribute/Native/MethodProvider/String.pm b/lib/Moose/Meta/Attribute/Native/MethodProvider/String.pm index 7bfa470..8924a54 100644 --- a/lib/Moose/Meta/Attribute/Native/MethodProvider/String.pm +++ b/lib/Moose/Meta/Attribute/Native/MethodProvider/String.pm @@ -111,7 +111,7 @@ __END__ =head1 NAME -Moose::Meta::Attribute::Native::MethodProvider::String +Moose::Meta::Attribute::Native::MethodProvider::String - role providing method generators for String trait =head1 DESCRIPTION diff --git a/lib/Moose/Meta/Attribute/Native/Trait/Code.pm b/lib/Moose/Meta/Attribute/Native/Trait/Code.pm index 544223b..faf3203 100644 --- a/lib/Moose/Meta/Attribute/Native/Trait/Code.pm +++ b/lib/Moose/Meta/Attribute/Native/Trait/Code.pm @@ -26,7 +26,7 @@ no Moose::Role; =head1 NAME -Moose::Meta::Attribute::Native::Trait::Code +Moose::Meta::Attribute::Native::Trait::Code - Helper trait for Code attributes =head1 SYNOPSIS