Skip to content

Commit 28ae96a

Browse files
committed
finished up with part 1 of refactoring
1 parent 2ec35b3 commit 28ae96a

File tree

29 files changed

+2329
-1841
lines changed

29 files changed

+2329
-1841
lines changed

'

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package BioX::Workflow::Command::run::Rules::Directives::Walk;
2+
3+
use Moose::Role;
4+
5+
1;

inotify-hookable.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export DEV='DEV'
44
inotify-hookable \
55
--watch-directories lib \
6-
--watch-directories t/lib/TestsFor/ \
7-
--watch-directories t/lib/TestMethod/ \
6+
--watch-directories t \
7+
--watch-directories t \
88
--watch-files t/test_class_tests.t \
99
--on-modify-command "prove -v t/test_class_tests.t"

lib/BioX/Workflow/Command/Utils/Create.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
package BioX::Workflow::Command::Utils::Create;
2+
23
use MooseX::App::Role;
34
use BioX::Workflow::Command::Utils::Traits qw(ArrayRefOfStrs);
45
use Storable qw(dclone);

lib/BioX/Workflow/Command/Utils/Files/TrackChanges.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package BioX::Workflow::Command::Utils::Files::TrackChanges;
22

33
use Moose::Role;
4-
use DBM::Deep;
5-
use File::Spec;
4+
# use DBM::Deep;
5+
# use File::Spec;
66

77
#TODO most of these should be in run
88

lib/BioX/Workflow/Command/run.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use BioX::Workflow::Command::run::Rules::Directives;
1111

1212
with 'BioX::Workflow::Command::run::Utils::Samples';
1313
with 'BioX::Workflow::Command::run::Utils::Attributes';
14-
with 'BioX::Workflow::Command::run::Utils::Rules';
14+
with 'BioX::Workflow::Command::run::Rules::Rules';
1515
with 'BioX::Workflow::Command::run::Utils::WriteMeta';
1616
with 'BioX::Workflow::Command::run::Utils::Files::TrackChanges';
1717
with 'BioX::Workflow::Command::run::Utils::Files::ResolveDeps';

0 commit comments

Comments
 (0)