[libclass-tiny-perl] 04/05: update Changes and meta; fixed typos

gregor herrmann gregoa at debian.org
Sun May 31 14:03:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to annotated tag release-0.005
in repository libclass-tiny-perl.

commit a020ec5a0a78d68d00bafcda7bbaf8d71c97cd8c
Author: David Golden <dagolden at cpan.org>
Date:   Wed Aug 28 11:41:57 2013 -0400

    update Changes and meta; fixed typos
---
 Changes           | 5 +++++
 META.json         | 6 +++---
 README.pod        | 2 +-
 dist.ini          | 2 ++
 lib/Class/Tiny.pm | 2 +-
 5 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/Changes b/Changes
index 3519fca..133c0e7 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for Class-Tiny
 
 {{$NEXT}}
 
+    [ADDED]
+
+    - Attributes now support lazy defaults passed as a hash reference
+      to the class declaration
+
 0.004     2013-08-21 16:38:01 America/New_York
 
     [CHANGED]
diff --git a/META.json b/META.json
index 7aa3493..e4ee449 100644
--- a/META.json
+++ b/META.json
@@ -65,11 +65,11 @@
    "provides" : {
       "Class::Tiny" : {
          "file" : "lib/Class/Tiny.pm",
-         "version" : "0.004"
+         "version" : "0.005"
       },
       "Class::Tiny::Object" : {
          "file" : "lib/Class/Tiny.pm",
-         "version" : "0.004"
+         "version" : "0.005"
       }
    },
    "release_status" : "stable",
@@ -84,7 +84,7 @@
          "web" : "https://github.com/dagolden/class-tiny"
       }
    },
-   "version" : "0.004",
+   "version" : "0.005",
    "x_authority" : "cpan:DAGOLDEN",
    "x_contributors" : [
       "Karen Etheridge <ether at cpan.org>",
diff --git a/README.pod b/README.pod
index b559799..89a05d7 100644
--- a/README.pod
+++ b/README.pod
@@ -116,7 +116,7 @@ could search CPAN for something merely sufficient.
 L<Moose> and L<Moo> are wonderful, but have a lot of dependencies.  This
 doesn't, which makes it great for core or fatpacking.  That said, Class::Tiny
 tries to follow similar conventions for things like C<BUILD> and C<DEMOLISH>
-for some minimal interoperabilty.
+for some minimal interoperability.
 
 =for Pod::Coverage new get_all_attributes_for prepare_class create_attributes
 
diff --git a/dist.ini b/dist.ini
index 8fed6a7..5dfca24 100644
--- a/dist.ini
+++ b/dist.ini
@@ -10,6 +10,8 @@ copyright_year   = 2013
 AutoMetaResources.bugtracker.rt = 0
 AutoMetaResources.bugtracker.github = user:dagolden
 stopwords = destructor
+stopwords = fatpacking
+stopwords = interoperability
 
 
 [RemovePrereqs]
diff --git a/lib/Class/Tiny.pm b/lib/Class/Tiny.pm
index d433460..ae39164 100644
--- a/lib/Class/Tiny.pm
+++ b/lib/Class/Tiny.pm
@@ -218,7 +218,7 @@ could search CPAN for something merely sufficient.
 L<Moose> and L<Moo> are wonderful, but have a lot of dependencies.  This
 doesn't, which makes it great for core or fatpacking.  That said, Class::Tiny
 tries to follow similar conventions for things like C<BUILD> and C<DEMOLISH>
-for some minimal interoperabilty.
+for some minimal interoperability.
 
 =head1 USAGE
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-tiny-perl.git



More information about the Pkg-perl-cvs-commits mailing list