Compare commits
13 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61f933c6d1 | ||
|
|
f160659c76 | ||
|
|
ffb6b89775 | ||
|
|
3eb93157f6 | ||
|
|
78c61fb15b | ||
|
|
f8631868e0 | ||
|
|
02adc3f809 | ||
|
|
9b5b8b332f | ||
|
|
e71e3bca98 | ||
|
|
ac38adf232 | ||
|
|
e5be259af3 | ||
|
|
5449a6dd97 | ||
|
|
68e0ce13fa |
1 changed files with 79 additions and 0 deletions
79
perl-IO-stringy.yaml
Normal file
79
perl-IO-stringy.yaml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue