Changeset 1289
- Timestamp:
- 02/28/08 21:55:50 (6 months ago)
- Files:
-
- honeyclient/trunk/lib/HoneyClient/Agent.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Agent/Driver.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser/FF.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser/IE.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Agent/Integrity.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Manager.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Manager/Database.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Manager/FW.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Manager/VM.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Manager/VM/Clone.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Util/Config.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Util/SOAP.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/lib/HoneyClient/Agent.pm
r1222 r1289 38 38 =head1 VERSION 39 39 40 1.0 040 1.01 41 41 42 42 =head1 SYNOPSIS … … 79 79 80 80 # Set our package version. 81 $VERSION = 1.0 0;81 $VERSION = 1.01; 82 82 83 83 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Driver.pm
r994 r1289 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Agent::Driver version 1.0 0.40 This documentation refers to HoneyClient::Agent::Driver version 1.01. 41 41 42 42 =head1 SYNOPSIS … … 120 120 121 121 # Set our package version. 122 $VERSION = 1.0 0;122 $VERSION = 1.01; 123 123 124 124 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser.pm
r1082 r1289 40 40 =head1 VERSION 41 41 42 This documentation refers to HoneyClient::Agent::Driver::Browser version 1.0 0.42 This documentation refers to HoneyClient::Agent::Driver::Browser version 1.01. 43 43 44 44 =head1 SYNOPSIS … … 161 161 162 162 # Set our package version. 163 $VERSION = 1.0 0;163 $VERSION = 1.01; 164 164 165 165 # Define inherited modules. honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser/FF.pm
r994 r1289 41 41 =head1 VERSION 42 42 43 This documentation refers to HoneyClient::Agent::Driver::Browser::FF version 1.0 0.43 This documentation refers to HoneyClient::Agent::Driver::Browser::FF version 1.01. 44 44 45 45 =head1 SYNOPSIS … … 160 160 161 161 # Set our package version. 162 $VERSION = 1.0 0;162 $VERSION = 1.01; 163 163 164 164 # Define inherited modules. honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser/IE.pm
r994 r1289 41 41 =head1 VERSION 42 42 43 This documentation refers to HoneyClient::Agent::Driver::Browser::IE version 1.0 0.43 This documentation refers to HoneyClient::Agent::Driver::Browser::IE version 1.01. 44 44 45 45 =head1 SYNOPSIS … … 160 160 161 161 # Set our package version. 162 $VERSION = 1.0 0;162 $VERSION = 1.01; 163 163 164 164 # Define inherited modules. honeyclient/trunk/lib/HoneyClient/Agent/Integrity.pm
r1216 r1289 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Agent::Integrity version 1.0 0.40 This documentation refers to HoneyClient::Agent::Integrity version 1.01. 41 41 42 42 =head1 SYNOPSIS … … 148 148 149 149 # Set our package version. 150 $VERSION = 1.0 0;150 $VERSION = 1.01; 151 151 152 152 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager.pm
r1285 r1289 37 37 =head1 VERSION 38 38 39 This documentation refers to HoneyClient::Manager version 1.0 0.39 This documentation refers to HoneyClient::Manager version 1.01. 40 40 41 41 =head1 SYNOPSIS … … 132 132 133 133 # Set our package version. 134 $VERSION = 1.0 0;134 $VERSION = 1.01; 135 135 136 136 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager/Database.pm
r1286 r1289 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Manager::Database version 1.0 0.40 This documentation refers to HoneyClient::Manager::Database version 1.01. 41 41 42 42 =head1 SYNOPSIS … … 69 69 70 70 # Set our package version. 71 $VERSION = 1.0 0;71 $VERSION = 1.01; 72 72 73 73 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager/FW.pm
r1060 r1289 41 41 =head1 VERSION 42 42 43 This documentation refers to HoneyClient::Manager::FW version 1.0 0.43 This documentation refers to HoneyClient::Manager::FW version 1.01. 44 44 45 45 =head1 SYNOPSIS … … 319 319 320 320 # Set our package version. 321 $VERSION = 1.0 0;321 $VERSION = 1.01; 322 322 323 323 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager/VM.pm
r1271 r1289 39 39 =head1 VERSION 40 40 41 This documentation refers to HoneyClient::Manager::VM version 1.0 0.41 This documentation refers to HoneyClient::Manager::VM version 1.01. 42 42 43 43 =head1 SYNOPSIS … … 317 317 318 318 # Set our package version. 319 $VERSION = 1.0 0;319 $VERSION = 1.01; 320 320 321 321 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager/VM/Clone.pm
r1128 r1289 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Manager::VM::Clone version 1.0 0.40 This documentation refers to HoneyClient::Manager::VM::Clone version 1.01. 41 41 42 42 =head1 SYNOPSIS … … 144 144 145 145 # Set our package version. 146 $VERSION = 1.0 0;146 $VERSION = 1.01; 147 147 148 148 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Util/Config.pm
r1008 r1289 37 37 =head1 VERSION 38 38 39 This documentation refers to HoneyClient::Util::Config version 1.0 0.39 This documentation refers to HoneyClient::Util::Config version 1.01. 40 40 41 41 =head1 SYNOPSIS … … 96 96 97 97 # Set our package version. 98 $VERSION = 1.0 0;98 $VERSION = 1.01; 99 99 100 100 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Util/SOAP.pm
r994 r1289 37 37 =head1 VERSION 38 38 39 This documentation refers to HoneyClient::Util::SOAP version 1.0 0.39 This documentation refers to HoneyClient::Util::SOAP version 1.01. 40 40 41 41 =head1 SYNOPSIS … … 130 130 131 131 # Set our package version. 132 $VERSION = 1.0 0;132 $VERSION = 1.01; 133 133 134 134 @ISA = qw(Exporter);
