-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
documentation for fritzuploader.pl change
- Loading branch information
root
committed
Aug 6, 2017
1 parent
990ed0c
commit 6e0fe9a
Showing
5 changed files
with
363 additions
and
341 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,10 +111,13 @@ =head1 COPYRIGHT AND LICENSE | |
=cut | ||
# What is my current version number? | ||
# For compatibility reasons use 0.01.02 instead of 0.1.2 | ||
BEGIN { $VERSION = "0.08.03"; } | ||
BEGIN { $VERSION = "0.08.04"; } | ||
=pod | ||
=head1 HISTORY | ||
0.08.04 2017-08-06 Kai Ellinger <[email protected]> | ||
Added user name support to bin/fritzuploader.pl | ||
0.08.03 2014-02-28 Christian Anton <[email protected]>, Kai Ellinger <[email protected]> | ||
Moving code to github, adding README.md | ||
|
@@ -255,7 +258,7 @@ =head1 HISTORY | |
=head1 INSTALLATION | ||
- A current version of B<PERL> is needed. F<egw2fbox.pl> requires module DBI and DBD::Mysql. | ||
F<fritzuploader.pl> requires module XML::Simple. All other modules needed to run the script | ||
F<fritzuploader.pl> requires module XML::Simple and URI::Encode. All other modules needed to run the script | ||
are part of the standard perl library and don't need to be installed. | ||
- Clone the head revision from L<https://github.com/fibbs/egw2fbox> | ||
|
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,6 +2,9 @@ Name: | |
egw2fbox.pl | ||
|
||
History: | ||
0.08.04 2017-08-06 Kai Ellinger <[email protected]> | ||
Added user name support to bin/fritzuploader.pl | ||
|
||
0.08.03 2014-02-28 Christian Anton <[email protected]>, Kai Ellinger <[email protected]> | ||
Moving code to github, adding README.md | ||
|
||
|
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 |
---|---|---|
|
@@ -84,6 +84,9 @@ COPYRIGHT AND LICENSE | |
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
|
||
HISTORY | ||
0.08.04 2017-08-06 Kai Ellinger <[email protected]> | ||
Added user name support to bin/fritzuploader.pl | ||
|
||
0.08.03 2014-02-28 Christian Anton <[email protected]>, Kai Ellinger <[email protected]> | ||
Moving code to github, adding README.md | ||
|
||
|
@@ -222,9 +225,9 @@ HISTORY | |
|
||
INSTALLATION | ||
- A current version of PERL is needed. egw2fbox.pl requires module DBI | ||
and DBD::Mysql. fritzuploader.pl requires module XML::Simple. All other | ||
modules needed to run the script are part of the standard perl library | ||
and don't need to be installed. | ||
and DBD::Mysql. fritzuploader.pl requires module XML::Simple and | ||
URI::Encode. All other modules needed to run the script are part of the | ||
standard perl library and don't need to be installed. | ||
|
||
- Clone the head revision from https://github.com/fibbs/egw2fbox | ||
|
||
|
Oops, something went wrong.