snoopyjc / pythonizer

Automatic translator from Perl to Python
https://snoopyjc.org/pythonizer/
Artistic License 2.0
12 stars 1 forks source link

Substitute in elsif generates bad code #340

Closed snoopyjc closed 1 year ago

snoopyjc commented 1 year ago

Substitute in elsif generates bad code. For example (from Date::Manip::DM6):

     } elsif ($in =~ s/^%([yMwdhms])([dht])//) {
snoopyjc commented 1 year ago

Fixed in v1.030