Perl::Tags::ClassDot::Tag::Property


Class-Dot documentation Contained in the Class-Dot distribution.

Index


Code Index:

# Local Variables: # mode: cperl # cperl-indent-level: 4 # fill-column: 78 # End: # vim: expandtab tabstop=4 shiftwidth=4 shiftround


Class-Dot documentation Contained in the Class-Dot distribution.

# $Id$
# $Source$
# $Author$
# $HeadURL$
# $Revision$
# $Date$
package Perl::Tags::ClassDot::Tag::Property;

use strict;
use warnings;
use vars qw(@ISA);
use version; our $VERSION = qv('1.5.0');

@ISA = qw(Perl::Tags::Tag); ## no critic

my $TYPE = 'property';

sub type {
   return $TYPE;
}

1;

__END__

# Local Variables:
#   mode: cperl
#   cperl-indent-level: 4
#   fill-column: 78
# End:
# vim: expandtab tabstop=4 shiftwidth=4 shiftround