Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Day 'Dec' out of range #14

Open
phildobbin opened this issue Dec 2, 2011 · 4 comments
Open

Day 'Dec' out of range #14

phildobbin opened this issue Dec 2, 2011 · 4 comments

Comments

@phildobbin
Copy link

$ ls++
Day 'Dec' out of range 1..31 at /usr/local/bin/ls++ line 158

perl 5.14.2 on OS X 10.6.8

@joehoyle
Copy link

joehoyle commented Dec 3, 2011

Same issue,

Perl: "This is perl 5, version 12, subversion 3 (v5.12.3) built for darwin-multi-2level"
OS X 10.7.2

@haldean
Copy link

haldean commented Jan 28, 2012

Same issue as well.

Day 'Jan' out of range 1..31 at /usr/local/bin/ls++ line 158

Perl v5.12.3, OSX 10.7.2, BSD ls

@haldean
Copy link

haldean commented Jan 30, 2012

Here's a temporary fix, thanks to user Pirhoo:

alias ll=' LC_ALL=en_US.UTF-8 LANG=en ls++ '

If you want to patch the script, I've submitted a pull request that solves it. My repository is here.

@phildobbin
Copy link
Author

excellent. Thanks for that. Works great :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants