gshank / dbix-class-resultset-recursiveupdate

DBIx::Class::ResultSet::RecursiveUpdate
4 stars 9 forks source link

Needs to specify Minimum Perl version of 5.14 #22

Closed tehmoth closed 1 day ago

tehmoth commented 3 years ago

uses non-destructive substitution (s//r) which was added in 5.14

abraxxa commented 1 week ago

Can you please link the affected line? I can't find it. Thanks!

adherzog commented 1 week ago

Can you please link the affected line? I can't find it. Thanks!

https://github.com/gshank/dbix-class-resultset-recursiveupdate/blob/dfacccc200434353b2145672fdab813d141985f3/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm#L65

abraxxa commented 1 week ago

Ah, thanks! This is why my /r search didn't bring it up ;-)