aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ManaTools/Shared/disk_backend/Part.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ManaTools/Shared/disk_backend/Part.pm b/lib/ManaTools/Shared/disk_backend/Part.pm
index c21fb0cf..75f3d782 100644
--- a/lib/ManaTools/Shared/disk_backend/Part.pm
+++ b/lib/ManaTools/Shared/disk_backend/Part.pm
@@ -122,7 +122,7 @@ class_has 'type' => (
class_has 'order' => (
is => 'ro',
init_arg => undef,
- isa => 'Bool',
+ isa => 'Maybe[CodeRef]',
default => undef,
);