Class-Std-Slots

 view release on metacpan or  search on metacpan

lib/Class/Std/Slots.pm  view on Meta::CPAN


=head1 DEPENDENCIES

C<Class::Std>

=head1 INCOMPATIBILITIES

Only known to work in conjuction with C<Class::Std>. Only tested when used
with C<Class::Std> in the way shown in this document.

=head1 BUGS AND LIMITATIONS

No bugs have been reported.

Connecting the same slot to a signal multiple times actually makes multiple
connections and therefore invokes the slot as many times as it was registered
when the signal is emitted. Arguably only one connection to each slot should
be allowed. Let me know.

There is currently no way to disconnect an anonymous sub slot without also
disconnecting other slots from the same signal.



( run in 0.255 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )