You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ This file will use the variable `${OPENSHIFT_APP_DNS}` to change the settings fo
37
37
You should additionally add any aliases you configure to the line `Set( @ReferrerWhitelist, qw(__REFERRERS__:80 rt.goozbach.net:80) );`.
38
38
39
39
# NOTES/Bugs
40
-
* An open OpenShift bug keeps Perl cartridges from overriding system Perl modules, therefore the `pre_build` hook installs the `Encode` module manually with `cpanm`.
40
+
* An [open OpenShift bug](https://bugzilla.redhat.com/show_bug.cgi?id=1046753) keeps Perl cartridges from overriding system Perl modules, therefore the `pre_build` hook installs the `Encode` module manually with `cpanm`.
41
41
42
42
# TODO
43
43
* Need to enable the security best practices to generate a custom username/passwd instead of stock upstream password
0 commit comments