me
/
guix
Archived
1
0
Fork 0

gnu: perl-datetime-format-flexible: Fix typo in synopsis.

* gnu/packages/perl.scm (perl-datetime-format-flexible)[synopsis]: Fix typo.
master
Tobias Geerinckx-Rice 2019-10-16 05:21:27 +02:00
parent ae3f309033
commit f2eacb3b33
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 1 additions and 1 deletions

View File

@ -2410,7 +2410,7 @@ to do this without writing reams of structural code.")
("perl-module-pluggable" ,perl-module-pluggable)
("perl-test-mocktime" ,perl-test-mocktime)))
(home-page "https://metacpan.org/release/DateTime-Format-Flexible")
(synopsis "Parse data/time strings")
(synopsis "Parse date and time strings")
(description "DateTime::Format::Flexible attempts to take any string you
give it and parse it into a DateTime object.")
(license (package-license perl))))