The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Setup-Unix-User

0.09    2012-03-29

        - Fix: Ignore membership to non-existant group.

        - Use Test::Setup.

        - build: Replace SubSpec PodWeaver plugin with Perinci.


0.08    2012-03-02

        No functional changes. Replace Sub::Spec with Rinci.


0.07    2011-08-11

        [ENHANCEMENTS]

        - User: Add new option 'primary_group' to allow adding a user without
          creating a group with the same name as user [RT#70202]


0.06    2011-05-20

        No functional changes.

        [BUG FIXES]

        - (build) Add missing dep: Setup::File.


0.05    2011-05-18

        No functional changes. Tweaked log messages.


0.04    2011-05-18

        No functional changes. Changed logging levels.


0.03    2011-05-17

        [ENHANCEMENTS]

        - setup_unix_user(): Add 'should_already_exist' parameter

        [ETC]

        - Change default max UID/GID from 65535 to 65534, to be compatible with
          Debian


0.02    2011-05-17

        [ENHANCEMENTS]

        - Add max_new_gid & max_new_uid parameters.

        [BUG FIXES]

        - Fixed some typos in POD

        - Bug: redo didn't recreate group with same GID.


0.01    2011-04-28

        - First release.