Open autarch opened 8 years ago
In #26 the performance impact of fixing this by returning a copy of the data was discussed. We concluded that the performance hit is not worth it. The behavior described here hast been documented in 272bcae930bab894acfedcc830b88bf22d1e9e1b.
I think this is closable. @autarch?
The issue it describes is still a thing, so I'll leave it open.
Migrated from rt.cpan.org #65717 (status was 'new')
Requestors:
From felipe@cpan.org on 2011-02-14 17:20:29:
Shouldn't the DateTime::Locale methods return a copy of the array?
It doesn't seem right that manipulating the return of
day_format_abbreviated()
should affect the result of future invocations of that function.