Created
July 3, 2009 05:38
-
-
Save mattn/139924 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################### WARNING ################################# | |
# # | |
# You are using perl 5.10.0 with the "Unknown error" bug. This can make # | |
# developing Catalyst applications much more painful, as it will come # | |
# up with no details every time you have a syntax error in a Controller.# | |
# # | |
# For more information see: # | |
# # | |
# * http://rt.perl.org/rt3/Public/Bug/Display.html?id=49472 # | |
# # | |
# It is highly recommended that you use a different version of perl or # | |
# compile a patched version for Catalyst development. # | |
# # | |
# To skip this check, set the CATALYST_DEVEL_NO_510_CHECK environment # | |
# variable. # | |
# # | |
######################################################################### | |
Do you want to continue? [no] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment