# # # patch "Monotone/AutomateStdio.pm" # from [cc7e6df3a8ac14cbd9d7211777eb53d1673610b1] # to [cc17881c2364b6b5eaf7b0d815c154922c01182a] # # patch "Monotone/AutomateStdio.pod" # from [92b09228b5825be23f90470d2bb197be9bef97b8] # to [7011133aafec1b217b7a20ec86115795041d4da6] # ============================================================ --- Monotone/AutomateStdio.pm cc7e6df3a8ac14cbd9d7211777eb53d1673610b1 +++ Monotone/AutomateStdio.pm cc17881c2364b6b5eaf7b0d815c154922c01182a @@ -47,8 +47,9 @@ require 5.008; require 5.008; +use integer; use strict; -use integer; +use warnings; # ***** REQUIRED PACKAGES ***** ============================================================ --- Monotone/AutomateStdio.pod 92b09228b5825be23f90470d2bb197be9bef97b8 +++ Monotone/AutomateStdio.pod 7011133aafec1b217b7a20ec86115795041d4da6 @@ -43,10 +43,10 @@ The `genkey' command is typically done b stdio The `genkey' command is typically done by the user when setting up their -account and so is not likely to be of great use rest of the time, the `packet' -style commands seem to be of little use to a scripting language, the `put' -style commands just seem too scary for words and hopefully you do not have to -ask about the `stdio' command:-). +account and so is not likely to be of great use the rest of the time, the +`packet' style commands seem to be of little use to a scripting language, the +`put' style commands just seem too scary for words and hopefully you do not +have to ask about the `stdio' command. :-) =head1 CONSTRUCTORS