D. Ilmari Mannsåker [Fri, 14 Jun 2013 13:55:41 +0000]
fix restricted class existence check to work on perl 5.18
In 5.18 every class name inherits from UNIVERSAL and thus
->can('can'), whether it's been defined in any way or not.
Instead, check if the class alredy inherits from the correct
restricting component.
Guillermo Roditi [Sat, 22 Nov 2008 00:06:46 +0000]
reuse code refs from ->can
Guillermo Roditi [Sat, 19 May 2007 18:00:46 +0000]
0.0001
Guillermo Roditi [Sat, 19 May 2007 17:27:28 +0000]
Name Change
Guillermo Roditi [Sat, 19 May 2007 16:46:38 +0000]
rename restrict by user