Skip to content

Commit

Permalink
Die instead of warning if roundtrip regen fails
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmari committed Aug 12, 2014
1 parent 919c5e4 commit 8697c11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ sub _recreate_rt_source {
};

if ($@) {
warn <<EOE;
die <<EOE;
=========================================================================
=============== WARNING !!! =================
Expand All @@ -204,8 +204,6 @@ this way, it *WILL* be broken.
-------------------------------------------------------------------------
$@
Press Enter to continue.
EOE
<>;
}
}

0 comments on commit 8697c11

Please sign in to comment.