8
0

17 Commits

Author SHA256 Message Date
90cef54871 Fix disabling of __perllib_provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Tiny?expand=0&rev=39
2024-03-08 22:02:49 +00:00
0cdb132d2e Accepting request 1118072 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1118072
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Tiny?expand=0&rev=37
2023-10-19 11:22:45 +00:00
Christian Wittmer
6f43597d10 Accepting request 1082600 from home:adaugherity:branches:devel:languages:perl
- fix build on SLES 12 (no make_build macro) 
This will fix a lot of dependent packages in the server:monitoring repo.

OBS-URL: https://build.opensuse.org/request/show/1082600
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Tiny?expand=0&rev=35
2023-06-22 06:38:13 +00:00
0d2e76887b Accepting request 1080781 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1080781
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Tiny?expand=0&rev=33
2023-04-20 12:42:06 +00:00
a0570b92f2 Accepting request 946036 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/946036
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Tiny?expand=0&rev=32
2022-01-17 13:48:10 +00:00
b6923bc26c Accepting request 921754 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/921754
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Tiny?expand=0&rev=31
2021-09-27 15:58:57 +00:00
4539f6f8c9 Accepting request 868561 from devel:languages:perl:autoupdate
- updated to 2.26
   see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini

OBS-URL: https://build.opensuse.org/request/show/868561
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Tiny?expand=0&rev=29
2021-02-03 10:42:10 +00:00
Stephan Kulow
cf3ef19da0 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Tiny?expand=0&rev=27
2019-08-01 08:38:32 +00:00
Stephan Kulow
a96dcb3ac1 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Tiny?expand=0&rev=25
2017-10-08 08:09:17 +00:00
Stephan Kulow
7731a5966f Accepting request 292269 from home:pluskalm:branches:devel:languages:perl
- 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.

OBS-URL: https://build.opensuse.org/request/show/292269
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Tiny?expand=0&rev=23
2015-03-22 09:03:03 +00:00
Stephan Kulow
c700b2e8d7 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Tiny?expand=0&rev=21
2013-11-26 08:53:09 +00:00
Stephan Kulow
bb08b546d6 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Tiny?expand=0&rev=19
2013-10-04 12:02:48 +00:00
Stephan Kulow
c8f92a70e7 use original .tar.gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Tiny?expand=0&rev=16
2011-11-18 11:44:06 +00:00
Pascal Bleser
cb06306b11 2.14
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Tiny?expand=0&rev=11
2011-03-24 08:42:17 +00:00
Stephan Kulow
fc18e41c2a siwtch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Tiny?expand=0&rev=4
2010-11-30 19:24:43 +00:00
Christian Wittmer
7ba9167d1b update to 2.13
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Tiny?expand=0&rev=3
2010-11-24 20:07:38 +00:00
Stephan Kulow
85c52f0749 add perl as explicit buildrequire
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Tiny?expand=0&rev=2
2010-10-19 08:45:36 +00:00