Mercurial > pub > Impl
comparison Lib/IMPL/require.pm @ 263:0f59b2de72af
*fixed IMPL::DOM::Schema circular module references
*modified IMPL::Object::Singleton, added auto-activation
*code cleanups, docs
author | sergey |
---|---|
date | Wed, 09 Jan 2013 05:17:44 +0400 |
parents | 34a3f8668b58 |
children |
comparison
equal
deleted
inserted
replaced
262:4ac39b9e2ca4 | 263:0f59b2de72af |
---|---|
1 package IMPL::require; | 1 package IMPL::require; |
2 use Scalar::Util qw(set_prototype); | 2 use Scalar::Util qw(set_prototype); |
3 use strict; | 3 use strict; |
4 #require IMPL::Code::Loader; | 4 #require IMPL::Code::Loader; |
5 | |
6 use Carp qw(carp); | |
5 | 7 |
6 our %PENDING; | 8 our %PENDING; |
7 our $LOADER_LOG; | 9 our $LOADER_LOG; |
8 | 10 |
9 our $level = 0; | 11 our $level = 0; |