FS action bugfixes
[scpubgit/DKit.git] / lib / DX / Lib / FS / Action / SetPathMode.pm
index 6366d49..0753e9b 100644 (file)
@@ -2,7 +2,7 @@ package DX::Lib::FS::Action::SetPathMode;
 
 use Moo;
 
-has path_status => (is => 'ro', required => 1);
+has path_status => (is => 'ro', required => 1, handles => [ 'path' ]);
 has mode => (is => 'ro', required => 1);
 
 with 'DX::Role::Action';