Package perl-File-CheckTree: Information

    Source package: perl-File-CheckTree
    Version: 4.42-alt3
    Build time:  Aug 16, 2021, 01:32 PM in the task #282288
    Category: Development/Perl
    Report package bug
    License: Perl
    Summary: Run many file-test checks on a tree
    Description: 
    File::CheckTree::validate() routine takes a single multi-line string
    consisting of directives, each containing a file name plus a file test to try
    on it. (The file test may also be a "cd", causing subsequent relative file
    names to be interpreted relative to that directory.) After the file test you
    may put || die to make it a fatal error if the file test fails. The default is
    || warn.  The file test may optionally have a "!' prepended to test for the
    opposite condition. If you do a cd and then list some relative file names, you
    may want to indent them slightly for readability. If you supply your own die()
    or warn() message, you can use $file to interpolate the file name.

    List of rpms provided by this srpm:
    perl-File-CheckTree (noarch)

    Maintainer: Andrey Cherepanov

    List of contributors:
    Andrey Cherepanov
    Igor Vlasenko

      1. perl(Cwd.pm)
      2. perl(Exporter.pm)
      3. perl(ExtUtils/MakeMaker.pm)
      4. perl(File/Spec.pm)
      5. perl(Test/More.pm)
      6. perl(deprecate.pm)
      7. perl(if.pm)
      8. perl(overload.pm)
      9. perl(strict.pm)
      10. perl(warnings.pm)
      11. perl-devel
      12. perl-podlators
      13. rpm-build-perl

    Last changed


    July 31, 2021 Andrey Cherepanov 4.42-alt3
    - Inital build for Sisyphus.
    July 8, 2021 Igor Vlasenko 4.42-alt2_311
    - update to new release by fcimport
    March 17, 2021 Igor Vlasenko 4.42-alt2_310
    - update to new release by fcimport