Help for this page

Select Code to Download


  1. or download this
    use 5.010;
    
    ...
    
    # But it isn't really, so we don't know VERSION.
    say 'Moose version:', Moose->VERSION;
    
  2. or download this
    {
      package My::Plugin;
    ...
    }
    
    Something::That::Uses::Plugins->load_plugin('My::Plugin');
    
  3. or download this
    {
      package My::Plugin;
    ...
    }
    
    Something::That::Uses::Plugins->load_plugin('My::Plugin');