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 Perl extension App-LXC-Container

0.20 2023-08-25T07:43:58Z

0.20 2023-08-25T07:43:30Z

    - t/08-data.t: added diagnostics for test failing on some smokers

0.19 2023-08-24T08:46:10Z

    - t/08-data.t: test to fix different content in package tests
    - t/06-update.t: another test to fix different content in package tests
    - fixed bug for directory option containing whitespace

0.18 2023-08-22T11:39:15Z

    - t/06-update.t: test to fix different content in package tests
    - t/06-update.t: (again) fixed regular expression for multiple hits

0.17 2023-08-21T10:08:20Z

    - t/06-update.t: again some fixes for different distributions
    - t/06-update.t: check for "/usr/bin/missing doesn't exist" now optional
    - t/06-update.t: fix for real /bin, /lib, /sbin ... directories

0.16 2023-08-20T09:32:02Z

    - t/06-update.t: yet some more fixes for non-Debian distributions

0.15 2023-08-17T08:48:07Z

    - removed temporary diagnostics from t/06-update.t and t/08-data.t
    - t/06-update.t: fix (skipping 2 tests) for non-Debian systems

0.14 2023-08-16T08:33:53Z

    - t/03-setup.t: skipping \A regexp tests in older Perl versions
    - t/06-update.t: another fix to count elements of hash in older Perl versions
    - t/06-update.t: allowed different number of elements in 'mount_' hash tests

0.13 2023-08-15T08:34:42Z

    - t/06-update.t: added diagnostics for a smoker error
    - t/06-update.t: allow switched sequence of one error output
    - fixed counting of elements in t/06-update.t for older Perl versions

0.12 2023-08-14T07:42:15Z

    - fix for t/06-update.t: now loading modules before setting up mocking
    - added unsupportet OSes
    - fixed counting of elements in t/05-mounts.t for older Perl versions

0.11 2023-08-11T12:06:07Z

    - fixed some tests failing on smokers (in t/06-update.t and t/08-data.t)
    - simplified dependency check as it's all done in memory anyway

0.10 2023-08-09T07:54:01Z

    - t/08-data.t: minor improvements and diagnostics for last smoker errors

0.09 2023-08-08T12:23:36Z

    - some more mockup fixes for smokers (in t/06-update.t and t/07-run.t)

0.08 2023-08-07T12:07:40Z

    - now also mocking executables searched for by t/02-init.t (only on smokers)
    - fixed handling of missing packages in Data/common.pm
    - removed superfluous files in t/mockup

0.07 2023-08-06T07:40:40Z

    - corrected bad mockup fix of 0.06

0.06 2023-08-05T10:17:31Z

    - now trying to mockup everything (apparently no smoker has LXC installed)
    - bug fix in plan(s) of t/04-setup-rt.t

0.05 2023-08-04T10:40:22Z

    - added OS test to get better feedback from CPAN smoke testers

0.04 2023-08-03T08:18:06Z

    - made LXC binaries mandatory (otherwise /etc/lxc/default.conf is missing too)

0.03 2023-08-01T08:46:41Z

    - added runtime dependencies (additional restrictions to Linux)
    - fixed bug for older Perl versions ('local' must be quoted as key of HASH)

0.02 2023-07-31T08:01:37Z

    - fixed a dumb configuration error (missing dependency to my own module)

0.01 2023-07-30T07:47:21Z

    - original (alpha) version