~ubuntu-branches/ubuntu/dapper/swatch/dapper

« back to all changes in this revision

Viewing changes to KNOWN_BUGS

  • Committer: Bazaar Package Importer
  • Author(s): Nikolay Kokalichev
  • Date: 2004-08-02 00:00:23 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040802000023-p0rhldb331nacs2o
Tags: 3.1.1-1
 * New upstream release. (Fixes some bugs) 
   - This version is the newest version (Closes: #194052)
   - "Throttle does not work" is fixed (Closes: #254648)

 * For other fixed bugs see the upstream changelog (orig. CHANGES) file
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
KNOWN BUGS
2
2
 
3
 
The File::Tail module does not use the input record separator that perl
4
 
recognizes. It is supposed to be implemented soon. You can get around this
 
3
- The File::Tail module does not use the input record separator that perl
 
4
recognizes. It is supposed to be implemented someday. You can get around this
5
5
problem by using the --read-pipe option if you need to use the 
6
 
--input-record-separator option.
 
6
--input-record-separator option. This is now only a bug if you use the 
 
7
--use-cpan-file-tail option because I reverted back to using the system's
 
8
tail command by default.
 
9
 
 
10
- There are 2 configuration file parsing bugs:
 
11
 
 
12
        1) Backticking quotes (\") in action option values causes erroneous
 
13
        script production.
 
14
 
 
15
        2) Commas in action option values confuses the parser.
 
16
 
 
17
  Those of you who are comfortable with perl can work around these
 
18
  two bugs for now by assigning variables with the new perlcode keyword
 
19
  and then using those variables in the action option values.
 
20
 
7
21