NAME

Evo::Loaded

VERSION

version 0.0173

DESCRIPTION

Mark module as loaded

SYNOPSYS

package main;
use Evo;

{

  package Foo;
  use Evo -Loaded;
};

# now use can use this without "Can't find module..."
use Foo;

AUTHOR

alexbyk.com

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by alexbyk.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.