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

Use of uninitialized value - Mac OSX perl5.16 #3

Closed
kurthindenburg opened this issue Nov 30, 2014 · 2 comments
Closed

Use of uninitialized value - Mac OSX perl5.16 #3

kurthindenburg opened this issue Nov 30, 2014 · 2 comments

Comments

@kurthindenburg
Copy link

Trying to run the example code on the website on Mac OSX perl 5.16 (is there a typo in the example code? should be ; end of line 3)

Use of uninitialized value $fmt in substitution (s///) at /opt/local/lib/perl5/vendor_perl/5.16.3/POSIX/strftime/Compiler.pm line 303.
Use of uninitialized value $fmt in substitution (s///) at /opt/local/lib/perl5/vendor_perl/5.16.3/POSIX/strftime/Compiler.pm line 304.
Use of uninitialized value $fmt in substitution (s///) at /opt/local/lib/perl5/vendor_perl/5.16.3/POSIX/strftime/Compiler.pm line 305.
Use of uninitialized value $sprintf_fmt in pattern match (m//) at /opt/local/lib/perl5/vendor_perl/5.16.3/POSIX/strftime/Compiler.pm line 310.
Use of uninitialized value $sprintf_fmt in substitution (s///) at /opt/local/lib/perl5/vendor_perl/5.16.3/POSIX/strftime/Compiler.pm line 317.
Use of uninitialized value $sprintf_fmt in concatenation (.) or string at /opt/local/lib/perl5/vendor_perl/5.16.3/POSIX/strftime/Compiler.pm line 322.
Use of uninitialized value $posix_fmt in substitution (s///) at /opt/local/lib/perl5/vendor_perl/5.16.3/POSIX/strftime/Compiler.pm line 329.
Use of uninitialized value $posix_fmt in concatenation (.) or string at /opt/local/lib/perl5/vendor_perl/5.16.3/POSIX/strftime/Compiler.pm line 343.
Sun, 30 Nov 2014 13:04:13 -0500%

@kazeburo
Copy link
Owner

kazeburo commented Dec 1, 2014

There is no $fmt = "some thing". I will fix it now.

kazeburo added a commit that referenced this issue Dec 1, 2014
@kazeburo
Copy link
Owner

kazeburo commented Jan 5, 2015

released 0.41.

@kazeburo kazeburo closed this as completed Jan 5, 2015
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

2 participants