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

Utility's xl_parse_time lc() warning #10

Closed
ghost opened this issue Jul 4, 2012 · 0 comments
Closed

Utility's xl_parse_time lc() warning #10

ghost opened this issue Jul 4, 2012 · 0 comments
Assignees

Comments

@ghost
Copy link

ghost commented Jul 4, 2012

Use of uninitialized value $4 in lc at
/opt/perl5/perls/perl-5.16.0/lib/site_perl/5.16.0/Excel/Writer/XLSX/Utility .pm line 291.

Possible fix:

my $meridian = lc( $4 ) || '';

my $meridian = lc( $4 || '' );

@ghost ghost closed this as completed Jul 4, 2012
@ghost ghost reopened this Jul 4, 2012
@ghost ghost assigned jmcnamara Sep 3, 2012
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

1 participant