You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2009/09/07 00:10:46 UTC

svn commit: r811922 - /lucene/lucy/trunk/boilerplater/lib/Boilerplater/Parcel.pm

Author: marvin
Date: Sun Sep  6 22:10:45 2009
New Revision: 811922

URL: http://svn.apache.org/viewvc?rev=811922&view=rev
Log:
Add a couple accessors.

Modified:
    lucene/lucy/trunk/boilerplater/lib/Boilerplater/Parcel.pm

Modified: lucene/lucy/trunk/boilerplater/lib/Boilerplater/Parcel.pm
URL: http://svn.apache.org/viewvc/lucene/lucy/trunk/boilerplater/lib/Boilerplater/Parcel.pm?rev=811922&r1=811921&r2=811922&view=diff
==============================================================================
--- lucene/lucy/trunk/boilerplater/lib/Boilerplater/Parcel.pm (original)
+++ lucene/lucy/trunk/boilerplater/lib/Boilerplater/Parcel.pm Sun Sep  6 22:10:45 2009
@@ -56,6 +56,8 @@
 sub get_prefix { shift->{prefix} }
 sub get_Prefix { shift->{Prefix} }
 sub get_PREFIX { shift->{PREFIX} }
+sub get_name   { shift->{name} }
+sub get_cnick  { shift->{cnick} }
 
 sub equals {
     my ( $self, $other ) = @_;
@@ -126,6 +128,10 @@
 
 Return one of the three capitalization variants for the parcel's prefix.
 
+=head2 get_name get_cnick
+
+Accessors.
+
 =head1 COPYRIGHT AND LICENSE
 
     /**