projects
/
p5sagit/Devel-OverrideGlobalRequire.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
97f5b49
)
fix SYNOPSIS since we don't export
master
David Golden [Thu, 21 Feb 2013 21:34:08 +0000 (16:34 -0500)]
lib/Devel/OverrideGlobalRequire.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Devel/OverrideGlobalRequire.pm
b/lib/Devel/OverrideGlobalRequire.pm
index
dd960e2
..
bb36266
100644
(file)
--- a/
lib/Devel/OverrideGlobalRequire.pm
+++ b/
lib/Devel/OverrideGlobalRequire.pm
@@
-144,7
+144,7
@@
TRACE
use Devel::OverrideGlobalRequire;
- override_global_require( sub { ... } );
+ Devel::OverrideGlobalRequire::override_global_require( sub { ... } );
=head1 DESCRIPTION