moznion / p6-Log-Minimal

Minimal Logger for Perl6
Artistic License 2.0
3 stars 3 forks source link

Fix tests to work on modern Rakudo #4

Closed avuserow closed 8 years ago

avuserow commented 8 years ago

Somewhere along the line, turning a DateTime object into a Str changed formats. I updated this format, using the validation pattern for matching the ISO-8601-style timestamps used in Rakudo.

I also reformatted the regexes for matching to be clearer, and used a variable for referencing line numbers rather than hardcoding a line number in the message.

moznion commented 8 years ago

Thank you, sorry for late merging