Revision history for Data-Section-Writer

0.05      2025-11-26 10:01:48 -0700
  - The update_file method will replace the content in an existing file
    rather than creating a new one.  A backup of the original file is
    made while the new content is being written, in the unlikely event
    of an error during content replacement.  The backup will be removed
    if the replacement succeeds.  A new file will be created if one does
    not exist, as before.  (gh#6)

0.04      2024-12-15 20:35:06 -0700
  - I somehow forgot how to write POD and had to fix some (gh#5)

0.03      2024-12-14 18:14:10 -0700
  - Corrected merge errors in 0.02

0.02      2024-12-14 18:12:23 -0700
  - Don't write file if __DATA__ hasn't changed (gh#2)
  - Added ->unchanged method (gh#2)
  - Added integration tests and documentation re: Data::Section::Pluggable (gh#3)
  - Added Data::Section::Pluggable::FormatContentPlugin (gh#4)
  - Added ->add_format method (gh#2)
  - Added ->add_plugin method (gh#2)

0.01      2024-12-03 17:15:21 -0700
  - initial version