# from dagol...@cvs.perl.org
# on Saturday 12 September 2009 21:42:

>+    # We're in author mode if inc::latest is loaded, but not from cwd
>+    return unless $INC{'inc/latest.pm'} && ! -e 'inc/latest.pm';

I think this can be

  return unless inc::latest->can('loaded_modules');

--Eric
-- 
The reasonable man adapts himself to the world; the unreasonable man
persists in trying to adapt the world to himself. Therefore all progress
depends on the unreasonable man.
--George Bernard Shaw
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to