We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d483d commit ef7910dCopy full SHA for ef7910d
Changes
@@ -1,6 +1,8 @@
1
Revision history for BioX-Workflow-Command
2
3
{{$NEXT}}
4
+
5
+2.0.9 2017-05-08 13:02:46 +04
6
- Added in iterables
7
- Can now defined any_list
8
- And uterate through it using use_anys (pay attention to the s)
META.json
@@ -110,7 +110,7 @@
110
"web" : "https://github.com/jerowe/BioX-Workflow-Command"
111
}
112
},
113
- "version" : "2.0.8",
+ "version" : "2.0.9",
114
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0225"
115
116
lib/BioX/Workflow/Command.pm
@@ -1,7 +1,7 @@
package BioX::Workflow::Command;
use v5.10;
-our $VERSION = '2.0.8';
+our $VERSION = '2.0.9';
use MooseX::App qw(Color);
use MooseX::Types::Path::Tiny qw/Path/;
0 commit comments