Skip to content

Commit

Permalink
Released version 0.02
Browse files Browse the repository at this point in the history
 - Plugin created
 - add supported helpers module_avail, module_list, module_load, module_show and
   module_unload.
  • Loading branch information
kiwiroy committed Feb 9, 2018
1 parent 2ef980d commit 250dd6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Revision history for perl distribution Devel-IPerl-Plugin-EnvironmentModules

0.02 Not Released
0.02 2018-02-09T16:16:19+1300
- Plugin created
- add supported helpers module_avail, module_list, module_load, module_show and
module_unload.
Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/IPerl/Plugin/EnvironmentModules.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Env::Modulecmd ();

our $VERSION = '0.01';
our $VERSION = '0.02';

sub avail { shift; Env::Modulecmd::_modulecmd('avail'); }
sub load { shift; Env::Modulecmd::_modulecmd('load', @_); }
Expand Down

0 comments on commit 250dd6b

Please sign in to comment.