Searched defs:Handlers (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm1 package Attribute::Handlers;
51 return unless $class eq "Attribute::Handlers";
168 *{"Attribute::Handlers::UNIVERSAL::MODIFY_${_}_ATTRIBUTES"} =
170 push @UNIVERSAL::ISA, 'Attribute::Handlers::UNIVERSAL'
171 unless grep /^Attribute::Handlers::UNIVERSAL$/, @UNIVERSAL::ISA;
218 Attribute::Handlers - Simpler definition of attribute handlers
222 This document describes version 0.78 of Attribute::Handlers,
229 use Attribute::Handlers;
281 use Attribute::Handlers autotie => { Cycle => Tie::Cycle };
301 use Attribute::Handlers;
[all...]

Completed in 14 milliseconds