diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-11-09 12:48:09 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-11-09 12:48:09 +0000 |
| commit | dd4bfdc1adf6cf36330687d7268ab44900fc77cb (patch) | |
| tree | 6db26d3ec86df443142fa601b1ebeab5814368eb /lib/Bundle | |
| parent | 9eced4dff64e35a0135ce98609ad8f3f1c9c96a9 (diff) | |
| download | xxv-dd4bfdc1adf6cf36330687d7268ab44900fc77cb.tar.gz xxv-dd4bfdc1adf6cf36330687d7268ab44900fc77cb.tar.bz2 | |
* SVDRP: Rewrite communication functions, no more depends to NET:TELNET
* SVDRP: split queue_cmds into queue_add,queue_count,queue_flush
* SVDRP: remove double error handling
* COMMON: remove unused variable
* VTX: Warn, if missing base directory
* VTX: Fixed inserted page links, if more then two links inside one line
* Console: Fix usage message
Diffstat (limited to 'lib/Bundle')
| -rw-r--r-- | lib/Bundle/Xxv.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Bundle/Xxv.pm b/lib/Bundle/Xxv.pm index aa1be5c..3a8794a 100644 --- a/lib/Bundle/Xxv.pm +++ b/lib/Bundle/Xxv.pm @@ -2,7 +2,7 @@ package Bundle::Xxv; use strict; use warnings; -$VERSION = '1.0'; +$VERSION = '1.0'.((split(/ /, '$Revision'))[1]); 1; @@ -44,7 +44,6 @@ MIME::Base64 MP3::Info Net::Amazon Net::Amazon::Request::Artist -Net::Telnet Net::XMPP Proc::Killfam Proc::ProcessTable |
