khrt / Raisin

Raisin - a REST API micro framework for Perl 🐫 🐪
61 stars 30 forks source link

Fix references to Test::Exception in cpanfile (missing close quotes) #68

Closed jwrightecs closed 5 years ago

jwrightecs commented 5 years ago

Text::Exception in cpanfile was missing closing quotes, resulthing in the following when trying to install with Carton:

! Parsing /home/perl/Raisin/cpanfile failed: syntax error at /home/jwright/Raisin/cpanfile line 26, near "'Test::Exception => '0"
Successfully installed Test-Pod-1.52
Successfully installed JSON-4.02
! Configuring Raisin-0.79 failed. See /home/jwright/.cpanm/work/1563980472.30192/build.log for details.
2 distributions installed
Installing modules failed

This PR corrects the file