1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Description: Fix speling error in manpage
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=71663
Forwarded: yes
Author: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2011-10-13
--- a/lib/accessors.pm
+++ b/lib/accessors.pm
@@ -107,7 +107,7 @@
laziness in mind.
Method-chaining accessors are generated by default. Note that you can still
-use L<accessors::chained> directly for reasons of backwards compatability.
+use L<accessors::chained> directly for reasons of backwards compatibility.
See L<accessors::classic> for accessors that always return the current value if
you don't like method chaining.
--- a/lib/accessors/classic.pm
+++ b/lib/accessors/classic.pm
@@ -57,7 +57,7 @@
They I<always> return the current value.
Note that there is I<no> dash (C<->) prepended to the property name as there
-are in L<accessors>. This is for backwards compatability.
+are in L<accessors>. This is for backwards compatibility.
=head1 PERFORMANCE
|