From 82416cdb01591c91de38410794877122e5aecc23 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 7 Aug 2013 14:54:33 -0400 Subject: work around mop bug --- lib/Reply/App.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/Reply/App.pm b/lib/Reply/App.pm index f7fd590..6755b43 100644 --- a/lib/Reply/App.pm +++ b/lib/Reply/App.pm @@ -3,13 +3,15 @@ use strict; use warnings; # ABSTRACT: command line app runner for Reply -use mop; - use Getopt::Long 2.36 'GetOptionsFromArray'; use Reply; use Reply::Config; +# XXX have to 'use mop' *after* using Reply::Config, or else the stash clearing +# stuff breaks things +use mop; + =head1 SYNOPSIS use Reply::App; -- cgit v1.2.3