Always have Path::Tiny loaded

Fri, 02 Feb 2018 02:21:54 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 02 Feb 2018 02:21:54 -0500
changeset 669
5d62983d60b4
parent 668
91f82be6e3c4
child 670
85f24af74631

Always have Path::Tiny loaded

.replyrc file | annotate | diff | comparison | revisions
--- a/.replyrc
+++ b/.replyrc
@@ -1,4 +1,4 @@
-script_line1 = use strict; use warnings; use v5.14; use experimentals;
+script_line1 = use strict; use warnings; use 5.014; use experimentals; use Path::Tiny;
 script_line2 = require('~/.replyrc.local.pl') if -e '~/.replyrc.local.pl'; ();
 
 [Colors]

mercurial