Girocco/Project.pm: implement _property_fput nosetsame for file props
commit9c05a1ff40ffb2b1a9b14437e1b8440eaea1839c
authorKyle J. McKay <mackyle@gmail.com>
Tue, 2 Mar 2021 08:36:05 +0000 (2 01:36 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 2 Mar 2021 08:36:05 +0000 (2 01:36 -0700)
tree0124947c003191f5165f4bf0ee9d85e79851fad2
parente1dd24d58f8e12e272f8025d2b62460c0ceb3157
Girocco/Project.pm: implement _property_fput nosetsame for file props

When requested, avoid rewriting exactly the same data to file-based
properties provided the file exists and can be read and contains
exactly the same data that would be written.

Support for this behavior for non-file-based properties already
existed and this brings parity for the file-based properties.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Project.pm