Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82f8718226 | ||
|
|
3afbfd5f73 | ||
|
|
cd4f346d09 | ||
|
|
ff568933b1 | ||
|
|
d479f8a12c | ||
|
|
3a11238a68 | ||
|
|
c079b44482 | ||
|
|
7e363279c8 | ||
|
|
481a2ff3a6 |
1 changed files with 63 additions and 0 deletions
63
perl-Date-Manip.yaml
Normal file
63
perl-Date-Manip.yaml
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
document: modulemd-packager
|
||||
version: 3
|
||||
data:
|
||||
name: perl-Date-Manip
|
||||
stream: '6.83'
|
||||
summary: Date manipulation routines
|
||||
description: >
|
||||
Date::Manip is a series of modules designed to make any common
|
||||
date/time operation easy to do. Operations such as comparing two
|
||||
times, determining a data a given amount of time from another, or
|
||||
parsing international times are all easily done. It deals with time as
|
||||
it is used in the Gregorian calendar (the one currently in use) with
|
||||
full support for time changes due to daylight saving time.
|
||||
license: [MIT]
|
||||
configurations:
|
||||
- context: '7f057cb7'
|
||||
platform: f34
|
||||
buildrequires:
|
||||
perl: ['5.32']
|
||||
requires:
|
||||
perl: ['5.32']
|
||||
- context: 'e12b6f3a'
|
||||
platform: f35
|
||||
buildrequires:
|
||||
perl: ['5.32']
|
||||
requires:
|
||||
perl: ['5.32']
|
||||
- context: '1'
|
||||
platform: f36
|
||||
buildrequires:
|
||||
perl: ['5.32']
|
||||
requires:
|
||||
perl: ['5.32']
|
||||
- context: 'f37'
|
||||
platform: f37
|
||||
buildrequires:
|
||||
perl: ['5.32']
|
||||
requires:
|
||||
perl: ['5.32']
|
||||
references:
|
||||
community: https://metacpan.org/release/Date-Manip
|
||||
profiles:
|
||||
common:
|
||||
description: Date::Manip Perl modules
|
||||
rpms:
|
||||
- perl-Date-Manip
|
||||
api:
|
||||
rpms:
|
||||
- perl-Date-Manip
|
||||
filter:
|
||||
rpms:
|
||||
- perl-Test-Inter
|
||||
components:
|
||||
rpms:
|
||||
perl-Test-Inter:
|
||||
rationale: A buil-time dependency.
|
||||
ref: f34
|
||||
buildonly: true
|
||||
buildorder: 0
|
||||
perl-Date-Manip:
|
||||
rationale: The API.
|
||||
ref: f34
|
||||
buildorder: 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue