aboutsummaryrefslogtreecommitdiff
path: root/t/fcp-01.t
diff options
context:
space:
mode:
Diffstat (limited to 't/fcp-01.t')
-rw-r--r--t/fcp-01.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/fcp-01.t b/t/fcp-01.t
index 7626cd4..2df0d8c 100644
--- a/t/fcp-01.t
+++ b/t/fcp-01.t
@@ -114,3 +114,9 @@ is($fc->get($wr_file->stringify),
}
is($fc->get('nosuchfile'),undef,'return undef on non-existant files');
+
+{
+ my $module_file=$base->file('lib','File','Cache','Parsed.pm');
+ is($fc->stat($module_file)->size,
+ $module_file->stat->size,'ok stat');
+}