The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Setup-File

0.12    2012-03-02

        No functional changes. Change references to Sub::Spec now to Rinci.


0.11    2012-01-26

        A small fix: make it clear that gen_content_code and check_content_code
        work with *reference* to content (but gen_content_code is also allowed
        to return the actual content [undocumented], for flexibility).


0.10    2011-12-29

        No functional changes. Update/small fixes to documentation.


0.09    2011-05-18

        No functional changes. Tweak log messages.


0.08    2011-05-18

        No functional changes. Changed logging levels.


0.07    2011-05-18

        [ENHANCEMENTS]

        - Add argument to setup_file(): content (a simpler alternative to
          gen_content_code/check_content_code).


0.06    2011-05-17

        No functional changes. POD touches/fixes, improve error message.


0.05    2011-04-28

        [INCOMPATIBLE CHANGES]

        - Update undo protocol to Sub::Spec 0.13, there's no longer redo_data,
          only undo_data.

        [DOCUMENTATION]

        - A bit more documentation on Setup:: modules family.

        [BUG FIXES]

        - Some fixes.


0.04    2011-04-27

        [ENHANCEMENTS]

        - (Internal) restructure/refactor, undo is now more flexible.

        - In undo, only delete previously created file if content hasn't
          changed.


0.03    2011-04-21

        No functional changes.

        [INCOMPATIBLE CHANGE]

        - Rename module Setup::Dir -> Setup::File::Dir.


0.02    2011-04-18

        [BUG FIXES]

        - A couple of minor fixes, add tests, pass all tests.

        [ETC]

        - Change terminology: undo/redo info -> undo/redo data.


0.01    2011-04-15

        - First release (tests incomplete).