bashplus icon indicating copy to clipboard operation
bashplus copied to clipboard

Add version and author support to the `use` command

Open ingydotnet opened this issue 11 years ago • 0 comments

This goes together with BPAN installation. We can support loading author specific modules and specific versions of modules.

Examples:

use Foo::Bar@joeblow use Foo::Bar,0.3.2 use Foo::Bar@joeblow,0.3.2

ingydotnet avatar Apr 23 '14 03:04 ingydotnet