Revisions of perl-Config-Tiny

buildservice-autocommit accepted request 1156465 from Tina Müller's avatar Tina Müller (tinita) (revision 40)
baserev update by copy to link target
Tina Müller's avatar Tina Müller (tinita) committed (revision 39)
Fix disabling of __perllib_provides
buildservice-autocommit accepted request 1118899 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 38)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1118072 from Tina Müller's avatar Tina Müller (tinita) (revision 37)
- updated to 2.30
   see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
  [V 2.30]
  Date=2023-10-12T17:17:08
  Comments= <<EOT
  - As of V 2.30, this module supports an array syntax for cases where you wish to
  assign an array of values to a key.
  - See the new POD section called ARRAY SYNTAX.
  - See also the updated question in the FAQ: What happens if a key is repeated?
  - See also the sample code in the Synopsis and in t/02.main.t and in t/test.conf.
  - In each case, search for the word greetings to find the new code samples.
  - This patch was kindly provided by Steven Schoch, with some additions by Ron Savage.
  EOT
buildservice-autocommit accepted request 1094576 from Christian Wittmer's avatar Christian Wittmer (computersalat) (revision 36)
baserev update by copy to link target
Christian Wittmer's avatar Christian Wittmer (computersalat) accepted request 1082600 from Andrew Daugherity's avatar Andrew Daugherity (adaugherity) (revision 35)
- fix build on SLES 12 (no make_build macro) 
This will fix a lot of dependent packages in the server:monitoring repo.
buildservice-autocommit accepted request 1080869 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 34)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1080781 from Tina Müller's avatar Tina Müller (tinita) (revision 33)
- updated to 2.29
   see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
  [V 2.29]
  Date=2023-04-05T12:53:00
  Comments= <<EOT
  - Edit to remove Test::Pod from TEST_REQUIRES in Makefile.PL, again.
  Thanx to Andrew Daugherity for the patch.
  - Update versiojnn # in t/02.main.t.
  EOT
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 946036 from Tina Müller's avatar Tina Müller (tinita) (revision 32)
- updated to 2.28
   see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
  [V 2.28]
  Date=2022-01-04T15:47:58
  Comments= <<EOT
  - Accept pull request from Todd Rinaldo to replace both uses of bareword filehandles
  with my variables. With thanx.
  - Accept 2019 pull request to Makefile.PL, for the purpose of modernization, and with
  some slight modifications, from Grinnz.
  - Make corresponding patches where appropriate to Tiny.pm and t/02.main.t.
  - Thanx to Grinnz aka Dan Book for the prompting.
  EOT
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 921754 from Tina Müller's avatar Tina Müller (tinita) (revision 31)
- updated to 2.27
   see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
  [V 2.27]
  Date=2021-09-21T15:48:00
  Comments= <<EOT
  - Add the option of passing a hashref to the constructor, where it is turned into an
  object of the class. See POD under new([$config]) for details.
  This patch to the code and POD includes the new test t/08.constructor.t.
  The patch was provided by D Hauke, with thanx.
  - Move test.conf back into t/, where it was years ago, before someone tried to remove
  all uses of File::Spec. But since File::Spec is used often now, there is no point
  in keeping test.conf in the root directory of the distro.
  EOT
buildservice-autocommit accepted request 868898 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 30)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 868561 from Tina Müller's avatar Tina Müller (tinita) (revision 29)
- updated to 2.26
   see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
buildservice-autocommit accepted request 720161 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 28)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 27)
- Update to 0.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.
buildservice-autocommit accepted request 533128 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 26)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 25)
- updated to 2.23
   see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
  [V 2.23]
  Date=2015-10-14T09:11:00
  Comments= <<EOT
  - Add the utf8 BOM to this file. Let's hope the CPAN toolchain can cope. If it can't, another
  version of the code will have to be released.
  - Fix read() and write() so they work on files called '0' (zero). See RT#107754.
  Many thanx to Григорий Кудренко for the report and patch.
  - Add t/05.zero.t and t/0 to test the new code.
  - Reformat the source slightly.
  EOT
buildservice-autocommit accepted request 292298 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 24)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 292269 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 23)
- Update to 2.22
  * Fix licence info in Makefile.PL to say Perl.
- Changes for 2.21
  * Patch Makefile.PL to refer to the current repo, which is on 
    github, and not the original one, which is on Adam's web site. 
    See RT#102125.
  * Remove Build.PL because Karen Etheridge tells me Module::Build 
    is no longer in core. See RT#102126.
  * Edit line lengths in this file to a max of 100 chars.
  * Edit line lengths in the docs the same way.
  * Expand the See Also section of the docs.
buildservice-autocommit accepted request 208454 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 22)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 21)
update
Displaying revisions 1 - 20 of 40
openSUSE Build Service is sponsored by