From 33cbb9b58d2d02fc7e476f9f2a6aa8aed7c6ba6f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 12 Feb 2019 14:44:57 +0000 Subject: [PATCH] Fixed minor typo in the pod for Data::MoneyCurrency. --- lib/Data/MoneyCurrency.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Data/MoneyCurrency.pm b/lib/Data/MoneyCurrency.pm index fef5872..53d57e3 100644 --- a/lib/Data/MoneyCurrency.pm +++ b/lib/Data/MoneyCurrency.pm @@ -43,7 +43,7 @@ Get currency information for different currencies. # # ... # } -This uses some data found in in the Ruby library +This uses some data found in the Ruby library L, but it has no dependency on it, the relevant data files are already included.