15 lines
440 B
Diff
15 lines
440 B
Diff
Index: Spoon-0.24/lib/Spoon/Base.pm
|
|
===================================================================
|
|
--- Spoon-0.24.orig/lib/Spoon/Base.pm 2006-11-09 02:12:40.000000000 +0100
|
|
+++ Spoon-0.24/lib/Spoon/Base.pm 2011-06-03 12:00:40.891296379 +0200
|
|
@@ -224,7 +224,8 @@ sub base64_decode {
|
|
}
|
|
|
|
# XXX Move to IO::All. Make more robust. Use Damian's prompting module.
|
|
-package IO::All;
|
|
+package
|
|
+ IO::All;
|
|
|
|
sub prompt {
|
|
print shift;
|