Skip to content

Commit

Permalink
Replace Date::Manip with JSON::Parse in Finance::Quote module.
Browse files Browse the repository at this point in the history
The new quotes code doesn't use Date::Manip and uses JSON::Parse.
  • Loading branch information
jralls committed Mar 10, 2023
1 parent 4449427 commit 8f1d72a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/finance-quote-sources.json
Expand Up @@ -14,7 +14,7 @@
" exit 1",
" fi",
"}",
"(make_install perl-libs/Date-Manip)",
"(make_install perl-libs/JSON-Parse)",
"(make_install perl-libs/XML-XPathEngine)",
"(make_install perl-libs/Module-Build)",
"(make_install perl-libs/Try-Tiny)",
Expand Down Expand Up @@ -173,10 +173,10 @@
"url": "https://cpan.metacpan.org/authors/id/S/SI/SIFUKURT/Crypt-RC4-2.02.tar.gz"
},
{
"dest": "perl-libs/Date-Manip",
"sha256": "5caaa9cd1e2b0a1b84124c373e02e89b17c89fdb8fc5bc5f75ac41d304a37617",
"dest": "perl-libs/JSON-Parse",
"sha256": "6273180f9392497401ddd6d820706f5aa86c1be88891dd6aab4d906b5cff66d9",
"type": "archive",
"url": "https://cpan.metacpan.org/authors/id/S/SB/SBECK/Date-Manip-6.89.tar.gz"
"url": "https://cpan.metacpan.org/authors/id/B/BK/BKB/JSON-Parse-0.62.tar.gz"
},
{
"dest": "perl-libs/DateTime",
Expand Down

0 comments on commit 8f1d72a

Please sign in to comment.