f833bfa Update to 2.24

Authored and Committed by pghmcfc 4 years ago
    Update to 2.24
    
    - New upstream release 2.24
      - Delete from caveats in documentation where it used to say:
          'Config::Tiny will only recognize the first time an option is set in a
           config file. Any further attempts to set the same option later in the
           config file are ignored.'
        In reality the code uses the 2nd and subsequent values to overwrite earlier
        values
      - Make this topic a new FAQ
      - Add corresponding test t/06.repeat.key.t
      - Update POD to clarify trailing comment options
      - Add corresponding test t/07.trailing.comment.t
      - Romanize Gregory Kidrenko's name so Config::IniFiles does not get 'Wide
        char in print'
      - Move xt/pod.t to xt/author/pod.t
      - Adopt new repo structure: see
        http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html
      - Move require 5.008001 from Tiny.pm into Makefile.PL
    
        
  • Build completed
    success
    Built as perl-Config-Tiny-2.24-1.fc31
    4 years ago
file modified
+26 -7
file modified
+1 -1