Changeset 994 for honeyclient/trunk/lib
- Timestamp:
- 11/08/07 15:30:12 (10 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/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/DB.pm (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/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
r965 r994 38 38 =head1 VERSION 39 39 40 0.99 40 1.00 41 41 42 42 =head1 SYNOPSIS … … 79 79 80 80 # Set our package version. 81 $VERSION = 0.99;81 $VERSION = 1.00; 82 82 83 83 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Driver.pm
r796 r994 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Agent::Driver version 0.99.40 This documentation refers to HoneyClient::Agent::Driver version 1.00. 41 41 42 42 =head1 SYNOPSIS … … 120 120 121 121 # Set our package version. 122 $VERSION = 0.99;122 $VERSION = 1.00; 123 123 124 124 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser.pm
r806 r994 40 40 =head1 VERSION 41 41 42 This documentation refers to HoneyClient::Agent::Driver::Browser version 0.99.42 This documentation refers to HoneyClient::Agent::Driver::Browser version 1.00. 43 43 44 44 =head1 SYNOPSIS … … 161 161 162 162 # Set our package version. 163 $VERSION = 0.99;163 $VERSION = 1.00; 164 164 165 165 # Define inherited modules. honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser/FF.pm
r805 r994 41 41 =head1 VERSION 42 42 43 This documentation refers to HoneyClient::Agent::Driver::Browser::FF version 0.99.43 This documentation refers to HoneyClient::Agent::Driver::Browser::FF version 1.00. 44 44 45 45 =head1 SYNOPSIS … … 160 160 161 161 # Set our package version. 162 $VERSION = 0.99;162 $VERSION = 1.00; 163 163 164 164 # Define inherited modules. honeyclient/trunk/lib/HoneyClient/Agent/Driver/Browser/IE.pm
r805 r994 41 41 =head1 VERSION 42 42 43 This documentation refers to HoneyClient::Agent::Driver::Browser::IE version 0.99.43 This documentation refers to HoneyClient::Agent::Driver::Browser::IE version 1.00. 44 44 45 45 =head1 SYNOPSIS … … 160 160 161 161 # Set our package version. 162 $VERSION = 0.99;162 $VERSION = 1.00; 163 163 164 164 # Define inherited modules. honeyclient/trunk/lib/HoneyClient/Agent/Integrity.pm
r990 r994 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Agent::Integrity version 0.99.40 This documentation refers to HoneyClient::Agent::Integrity version 1.00. 41 41 42 42 =head1 SYNOPSIS … … 125 125 126 126 # Set our package version. 127 $VERSION = 0.99;127 $VERSION = 1.00; 128 128 129 129 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Filesystem.pm
r796 r994 37 37 =head1 VERSION 38 38 39 This documentation refers to HoneyClient::Agent::Integrity::Filesystem version 0.99.39 This documentation refers to HoneyClient::Agent::Integrity::Filesystem version 1.00. 40 40 41 41 =head1 SYNOPSIS … … 145 145 146 146 # Set our package version. 147 $VERSION = 0.99;147 $VERSION = 1.00; 148 148 149 149 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Registry.pm
r796 r994 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Agent::Integrity::Registry version 0.99.40 This documentation refers to HoneyClient::Agent::Integrity::Registry version 1.00. 41 41 42 42 =head1 SYNOPSIS … … 142 142 143 143 # Set our package version. 144 $VERSION = 0.99;144 $VERSION = 1.00; 145 145 146 146 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Registry/Parser.pm
r796 r994 55 55 =head1 VERSION 56 56 57 This documentation refers to HoneyClient::Agent::Integrity::Registry::Parser version 0.99.57 This documentation refers to HoneyClient::Agent::Integrity::Registry::Parser version 1.00. 58 58 59 59 =head1 SYNOPSIS … … 133 133 134 134 # Set our package version. 135 $VERSION = 0.99;135 $VERSION = 1.00; 136 136 137 137 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Agent/Integrity/Registry/Parser.yp
r796 r994 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Agent::Integrity::Registry::Parser version 0.99.40 This documentation refers to HoneyClient::Agent::Integrity::Registry::Parser version 1.00. 41 41 42 42 =head1 SYNOPSIS … … 116 116 117 117 # Set our package version. 118 $VERSION = 0.99;118 $VERSION = 1.00; 119 119 120 120 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/DB.pm
r993 r994 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::DB version 0.99.40 This documentation refers to HoneyClient::DB version 1.00. 41 41 42 42 =head1 SYNOPSIS … … 356 356 our @EXPORT = qw(); 357 357 our @EXPORT_OK; 358 our $VERSION = 0.99;358 our $VERSION = 1.00; 359 359 360 360 my $database_version; # = $dbh->get_info( 18 ); # SQL_DBMS_VER honeyclient/trunk/lib/HoneyClient/Manager.pm
r992 r994 36 36 =head1 VERSION 37 37 38 This documentation refers to HoneyClient::Manager version 0.99.38 This documentation refers to HoneyClient::Manager version 1.00. 39 39 40 40 =head1 SYNOPSIS … … 73 73 74 74 # Set our package version. 75 $VERSION = 0.99;75 $VERSION = 1.00; 76 76 77 77 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager/FW.pm
r796 r994 41 41 =head1 VERSION 42 42 43 This documentation refers to HoneyClient::Manager::FW version 0.99.43 This documentation refers to HoneyClient::Manager::FW version 1.00. 44 44 45 45 =head1 SYNOPSIS … … 315 315 316 316 # Set our package version. 317 $VERSION = 0.99;317 $VERSION = 1.00; 318 318 319 319 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager/VM.pm
r796 r994 39 39 =head1 VERSION 40 40 41 This documentation refers to HoneyClient::Manager:VM version 0.99.41 This documentation refers to HoneyClient::Manager:VM version 1.00. 42 42 43 43 =head1 SYNOPSIS … … 320 320 321 321 # Set our package version. 322 $VERSION = 0.99;322 $VERSION = 1.00; 323 323 324 324 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Manager/VM/Clone.pm
r796 r994 38 38 =head1 VERSION 39 39 40 This documentation refers to HoneyClient::Manager::VM::Clone version 0.99.40 This documentation refers to HoneyClient::Manager::VM::Clone version 1.00. 41 41 42 42 =head1 SYNOPSIS … … 125 125 126 126 # Set our package version. 127 $VERSION = 0.99;127 $VERSION = 1.00; 128 128 129 129 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Util/Config.pm
r796 r994 37 37 =head1 VERSION 38 38 39 This documentation refers to HoneyClient::Util::Config version 0.99.39 This documentation refers to HoneyClient::Util::Config version 1.00. 40 40 41 41 =head1 SYNOPSIS … … 96 96 97 97 # Set our package version. 98 $VERSION = 0.99;98 $VERSION = 1.00; 99 99 100 100 @ISA = qw(Exporter); honeyclient/trunk/lib/HoneyClient/Util/SOAP.pm
r796 r994 37 37 =head1 VERSION 38 38 39 This documentation refers to HoneyClient::Util::SOAP version 0.99.39 This documentation refers to HoneyClient::Util::SOAP version 1.00. 40 40 41 41 =head1 SYNOPSIS … … 130 130 131 131 # Set our package version. 132 $VERSION = 0.99;132 $VERSION = 1.00; 133 133 134 134 @ISA = qw(Exporter);
