Compare commits

...
Sign in to create a new pull request.

13 commits

Author SHA1 Message Date
Jitka Plesnikova
61f933c6d1 Remove a context for Fedora 35 2023-02-17 09:32:40 +01:00
Jitka Plesnikova
f160659c76 Add a context for Fedora 39 2023-02-17 09:31:52 +01:00
Jitka Plesnikova
ffb6b89775 Add contexts for F38 2022-08-26 10:07:18 +02:00
Fedora Release Engineering
3eb93157f6 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-08-10 16:51:07 +00:00
Jitka Plesnikova
78c61fb15b Build the module with perl:5.34 and perl:5.36 2022-07-29 09:50:55 +02:00
Petr Písař
f8631868e0 Add a context for F37 2022-03-02 11:47:10 +01:00
Petr Písař
02adc3f809 A dummy commit
to work around MBS bug
<https://pagure.io/fedora-infrastructure/issue/10205>.
2021-09-20 12:59:58 +02:00
Petr Písař
9b5b8b332f Correct platform:f36 context
It clashed with platform:f34. It must be unique.
2021-09-07 10:21:21 +02:00
Petr Písař
e71e3bca98 Add a context for platform:f36 2021-09-07 10:17:32 +02:00
Fedora Release Engineering
ac38adf232 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 22:39:50 +00:00
Petr Písař
e5be259af3 Convert to modulemd-packager-v3 format, remove perl:5.30 and platform:eln 2021-06-14 15:54:30 +02:00
Jitka Plesnikova
5449a6dd97 Fix typo in module name 2021-03-11 09:28:00 +01:00
Jitka Plesnikova
68e0ce13fa Initial import 2021-03-11 09:26:01 +01:00

79
perl-IO-stringy.yaml Normal file
View file

@ -0,0 +1,79 @@
document: modulemd-packager
version: 3
data:
name: perl-IO-stringy
stream: '2.113'
summary: I/O on in-core objects like strings and arrays for Perl
description: >
This toolkit primarily provides modules for performing both
traditional and object-oriented I/O) on things other than normal
filehandles; in particular, IO::Scalar, IO::ScalarArray, and
IO::Lines.
In the more-traditional IO::Handle front, we have IO::AtomicFile,
which may be used to painlessly create files that are updated
atomically.
license: [MIT]
configurations:
- context: 'f36p534'
platform: f36
buildrequires:
perl: ['5.34']
requires:
perl: ['5.34']
- context: 'f37p534'
platform: f37
buildrequires:
perl: ['5.34']
requires:
perl: ['5.34']
- context: 'f38p534'
platform: f38
buildrequires:
perl: ['5.34']
requires:
perl: ['5.34']
- context: 'f39p534'
platform: f39
buildrequires:
perl: ['5.34']
requires:
perl: ['5.34']
- context: 'f36p536'
platform: f36
buildrequires:
perl: ['5.36']
requires:
perl: ['5.36']
- context: 'f37p536'
platform: f37
buildrequires:
perl: ['5.36']
requires:
perl: ['5.36']
- context: 'f38p536'
platform: f38
buildrequires:
perl: ['5.36']
requires:
perl: ['5.36']
- context: 'f39p536'
platform: f39
buildrequires:
perl: ['5.36']
requires:
perl: ['5.36']
references:
community: https://metacpan.org/release/IO-stringy
profiles:
common:
description: IO::stringy
rpms:
- perl-IO-stringy
api:
rpms:
- perl-IO-stringy
components:
rpms:
perl-IO-stringy:
rationale: The API
ref: f38