logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

suggested - Load suggested modules on demand when available

Author

       David Golden <dagolden@cpan.org>

Description

       This works just like recommended, but a suggestion is less strong than a recommendation.  This is
       provided for self-documentation purposes.

Name

       suggested - Load suggested modules on demand when available

Synopsis

           use suggested 'Foo::Bar', {
               'Bar::Baz' => '1.23',
               'Wibble'   => '0.14',
           };

           if ( suggested->has( 'Foo::Bar' ) ) {
               # do something with Foo::Bar
           }

Version

       version 0.003

See Also