-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
24 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
dbMan 0.45 | ||
dbMan 0.46 | ||
(c) Copyright 1999-2018 by Milan Sorm, [email protected] | ||
|
||
If you plan to use this program you must respect LICENSE file. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ Report bugs directly to [email protected]. | |
=head1 LAST MODIFIED | ||
Tue Mar 6 13:43:50 CET 2018 | ||
Thu May 10 11:11:15 CEST 2018 | ||
=head1 SEE ALSO | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ $dbman->start; | |
|
||
=head1 VERSION | ||
0.45 | ||
0.46 | ||
=head1 LICENSE | ||
|
@@ -71,7 +71,7 @@ Report bugs directly to [email protected]. | |
=head1 LAST MODIFIED | ||
Tue Mar 6 13:43:35 CET 2018 | ||
Thu May 10 11:11:01 CEST 2018 | ||
=head1 SEE ALSO | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ package DBIx::dbMan; | |
|
||
=comment | ||
dbMan 0.45 | ||
dbMan 0.46 | ||
(c) Copyright 1999-2018 by Milan Sorm, [email protected] | ||
All rights reserved. | ||
|
@@ -21,7 +21,7 @@ use DBIx::dbMan::DBI; # dbMan DBI interface package | |
use DBIx::dbMan::MemPool; # dbMan memory management system package | ||
use Data::Dumper; | ||
|
||
our $VERSION = '0.45'; | ||
our $VERSION = '0.46'; | ||
|
||
# constructor, arguments are hash of style -option => value, stored in internal attributes hash | ||
sub new { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters