aboutsummaryrefslogtreecommitdiff
path: root/finance/p5-Finance-Bitcoin/files/patch-API.pm
diff options
context:
space:
mode:
Diffstat (limited to 'finance/p5-Finance-Bitcoin/files/patch-API.pm')
-rw-r--r--finance/p5-Finance-Bitcoin/files/patch-API.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/finance/p5-Finance-Bitcoin/files/patch-API.pm b/finance/p5-Finance-Bitcoin/files/patch-API.pm
new file mode 100644
index 000000000000..6751ba56b421
--- /dev/null
+++ b/finance/p5-Finance-Bitcoin/files/patch-API.pm
@@ -0,0 +1,11 @@
+--- ./lib/Finance/Bitcoin/API.pm.orig 2012-02-29 16:33:14.557825312 -0500
++++ ./lib/Finance/Bitcoin/API.pm 2012-02-29 16:33:22.505825441 -0500
+@@ -2,7 +2,7 @@
+
+ use 5.010;
+ use common::sense;
+-use JSON::RPC::Client;
++use JSON::RPC::Legacy::Client;
+ use Any::Moose;
+ use Object::AUTHORITY;
+ use Scalar::Util qw[blessed]; \ No newline at end of file