Changeset 411
- Timestamp:
- 05/30/07 00:28:50 (1 year 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) (1 diff)
- 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/Agent/Integrity/Filesystem.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Registry.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Registry/Parser.pm (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Registry/Parser.yp (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Manager.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/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
r409 r411 38 38 =head1 VERSION 39 39 40 0.9 540 0.97 41 41 42 42 =head1 SYNOPSIS … … 79 79 80 80 # Set our package version. 81 $VERSION = 0.9 5;81 $VERSION = 0.97; 82 82 83 83 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Driver.pm
r328 r411 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Agent::Driver version 0.9 5.40 This documentation refers to HoneyClient::Agent::Driver version 0.97. 41 41 42 42 =head1 SYNOPSIS … … 120 120 121 121 # Set our package version. 122 $VERSION = 0.9 5;122 $VERSION = 0.97; 123 123 124 124 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser.pm
r409 r411 40 40 =head1 VERSION 41 41 42 This documentation refers to HoneyClient::Agent::Driver::Browser version 0.9 5.42 This documentation refers to HoneyClient::Agent::Driver::Browser version 0.97. 43 43 44 44 =head1 SYNOPSIS … … 155 155 156 156 # Set our package version. 157 $VERSION = 0.9 5;157 $VERSION = 0.97; 158 158 159 159 # Define inherited modules. honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser/FF.pm
r328 r411 53 53 54 54 # Set our package version. 55 $VERSION = 0.9 5;55 $VERSION = 0.97; 56 56 57 57 # Define inherited modules. honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser/IE.pm
r328 r411 43 43 =head1 VERSION 44 44 45 This documentation refers to HoneyClient::Agent::Driver::Browser::IE version 0.9 5.45 This documentation refers to HoneyClient::Agent::Driver::Browser::IE version 0.97. 46 46 47 47 =head1 SYNOPSIS … … 74 74 75 75 # Set our package version. 76 $VERSION = 0.9 5;76 $VERSION = 0.97; 77 77 78 78 # Define inherited modules. honeyclient/trunk/lib/HoneyClient/Agent/Integrity.pm
r409 r411 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Agent::Integrity version 0.9 5.40 This documentation refers to HoneyClient::Agent::Integrity version 0.97. 41 41 42 42 =head1 SYNOPSIS … … 198 198 199 199 # Set our package version. 200 $VERSION = 0.9 5;200 $VERSION = 0.97; 201 201 202 202 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Filesystem.pm
r409 r411 37 37 =head1 VERSION 38 38 39 This documentation refers to HoneyClient::Agent::Integrity::Filesystem version 0.9 5.39 This documentation refers to HoneyClient::Agent::Integrity::Filesystem version 0.97. 40 40 41 41 =head1 SYNOPSIS … … 135 135 136 136 # Set our package version. 137 $VERSION = 0.9 5;137 $VERSION = 0.97; 138 138 139 139 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Registry.pm
r409 r411 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Agent::Integrity::Registry version 0.9 5.40 This documentation refers to HoneyClient::Agent::Integrity::Registry version 0.97. 41 41 42 42 =head1 SYNOPSIS … … 142 142 143 143 # Set our package version. 144 $VERSION = 0.9 5;144 $VERSION = 0.97; 145 145 146 146 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Registry/Parser.pm
r409 r411 55 55 =head1 VERSION 56 56 57 This documentation refers to HoneyClient::Agent::Integrity::Registry::Parser version 0.9 5.57 This documentation refers to HoneyClient::Agent::Integrity::Registry::Parser version 0.97. 58 58 59 59 =head1 SYNOPSIS … … 133 133 134 134 # Set our package version. 135 $VERSION = 0.9 5;135 $VERSION = 0.97; 136 136 137 137 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Registry/Parser.yp
r409 r411 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Agent::Integrity::Registry::Parser version 0.9 5.40 This documentation refers to HoneyClient::Agent::Integrity::Registry::Parser version 0.97. 41 41 42 42 =head1 SYNOPSIS … … 116 116 117 117 # Set our package version. 118 $VERSION = 0.9 5;118 $VERSION = 0.97; 119 119 120 120 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager.pm
r409 r411 36 36 =head1 VERSION 37 37 38 This documentation refers to HoneyClient::Manager version 0.9 5.38 This documentation refers to HoneyClient::Manager version 0.97. 39 39 40 40 =head1 SYNOPSIS … … 73 73 74 74 # Set our package version. 75 $VERSION = 0.9 5;75 $VERSION = 0.97; 76 76 77 77 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager/FW.pm
r353 r411 41 41 =head1 VERSION 42 42 43 This documentation refers to HoneyClient::Manager::FW version 0.9 5.43 This documentation refers to HoneyClient::Manager::FW version 0.97. 44 44 45 45 =head1 SYNOPSIS … … 315 315 316 316 # Set our package version. 317 $VERSION = 0.9 5;317 $VERSION = 0.97; 318 318 319 319 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager/VM.pm
r409 r411 39 39 =head1 VERSION 40 40 41 This documentation refers to HoneyClient::Manager:VM version 0.9 5.41 This documentation refers to HoneyClient::Manager:VM version 0.97. 42 42 43 43 =head1 SYNOPSIS … … 320 320 321 321 # Set our package version. 322 $VERSION = 0.9 5;322 $VERSION = 0.97; 323 323 324 324 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Util/Config.pm
r409 r411 37 37 =head1 VERSION 38 38 39 This documentation refers to HoneyClient::Util::Config version 0.9 5.39 This documentation refers to HoneyClient::Util::Config version 0.97. 40 40 41 41 =head1 SYNOPSIS … … 95 95 96 96 # Set our package version. 97 $VERSION = 0.9 5;97 $VERSION = 0.97; 98 98 99 99 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Util/SOAP.pm
r409 r411 37 37 =head1 VERSION 38 38 39 This documentation refers to HoneyClient::Util::SOAP version 0.9 5.39 This documentation refers to HoneyClient::Util::SOAP version 0.97. 40 40 41 41 =head1 SYNOPSIS … … 130 130 131 131 # Set our package version. 132 $VERSION = 0.9 5;132 $VERSION = 0.97; 133 133 134 134 @ISA = qw(Exporter);
