Help for this page

Select Code to Download


  1. or download this
    package Hubba;
    use Moose;
    has abba => (metaclass => 'MyOrderedCustomAttribute', is => 'rw', orde
    +r => 1);
    has zappa => (metaclass => 'MyOrderedCustomAttribute', is => 'rw', ord
    +er => 2);