summaryrefslogtreecommitdiff
path: root/xt/cli/deps_phase.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/cli/deps_phase.t')
-rw-r--r--xt/cli/deps_phase.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/cli/deps_phase.t b/xt/cli/deps_phase.t
index 781d767..862dc76 100644
--- a/xt/cli/deps_phase.t
+++ b/xt/cli/deps_phase.t
@@ -5,7 +5,7 @@ use xt::CLI;
{
my $app = cli();
- $app->dir->child("cpanfile")->spew(<<EOF);
+ $app->write_cpanfile(<<EOF);
on test => sub {
requires 'Test::NoWarnings';
recommends 'Test::Pretty';