Package: defoma
Version: 0.11.10
Severity: minor
Tags: patch

>From the Defoma::Id man page:
----------------------------------------------------
EXAMPLES
       # Open an id-cache with 'test' as its suffix.
       $Id = defoma_id_open_cache('test');

       # register ids in register command.
       my $font = shift;
       my $h = parse_hints_start('Alias', @_);
       my $fontname = $h->{FontName};
       my @alias = split(/ /, $h->{Alias});
       my $pri = $h->{Priority};

       defoma_id_register($Id,
                          type => 'real',
                          font => $font,
                          id => $fontname,
                          priority => $pri,
                          hints => join(' ', @_);
----------------------------------------------------

The last line is missing a ")" before the semi-colon to close the funcation 
call's parentheses. 

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages defoma depends on:
ii  dialog                    1.0-20060221-2 Displays user-friendly dialog boxe
ii  file                      4.17-5         Determines file type using "magic"
ii  perl                      5.8.8-7        Larry Wall's Practical Extraction 
ii  whiptail                  0.52.2-9       Displays user-friendly dialog boxe

Versions of packages defoma recommends:
ii  libft-perl                    1.2-16     Perl module for the FreeType libra

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to