summaryrefslogtreecommitdiff
path: root/xt/cli/freeze.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/cli/freeze.t')
-rw-r--r--xt/cli/freeze.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/cli/freeze.t b/xt/cli/freeze.t
index f363626..f02a2c3 100644
--- a/xt/cli/freeze.t
+++ b/xt/cli/freeze.t
@@ -5,7 +5,7 @@ use xt::CLI;
{
my $app = cli();
- $app->dir->child("cpanfile")->spew(<<EOF);
+ $app->write_cpanfile(<<EOF);
requires 'Try::Tiny', '== 0.11';
EOF