Quote/usr/bin/make test 2>&1:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/tags.......ok
t/ttfcopy....Use of uninitialized value in numeric gt (>) at /cgipanbuild/Font-TTF-0.48/blib/lib/Font/TTF/Glyph.pm line 255.
Use of uninitialized value in numeric gt (>) at /cgipanbuild/Font-TTF-0.48/blib/lib/Font/TTF/Glyph.pm line 255.
#
# Diese Zeile taucht gefühlte 1000 mal auf. Hab das hier gekürzt wg. Forumsrestriktion
#
Use of uninitialized value in numeric gt (>) at /cgipanbuild/Font-TTF-0.48/blib/lib/Font/TTF/Glyph.pm line 255.
Use of uninitialized value in numeric gt (>) at /cgipanbuild/Font-TTF-0.48/blib/lib/Font/TTF/Glyph.pm line 255.
Use of uninitialized value in numeric gt (>) at /cgipanbuild/Font-TTF-0.48/blib/lib/Font/TTF/Glyph.pm line 255.
Use of uninitialized value in numeric gt (>) at /cgipanbuild/Font-TTF-0.48/blib/lib/Font/TTF/Glyph.pm line 255.
Use of uninitialized value in numeric gt (>) at /cgipanbuild/Font-TTF-0.48/blib/lib/Font/TTF/Glyph.pm line 255.
ok
All tests successful.
Files=2, Tests=8, 1 wallclock secs ( 0.21 cusr + 0.01 csys = 0.22 CPU)
Quote/usr/bin/make test 2>&1:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-all-usable.........ok
t/01-basic..............ok
t/annotate..............ok
t/barcode...............ok
t/cmap..................ok
t/content...............ok
t/font-ttf..............Use of uninitialized value in numeric gt (>) at /perlmodule/Font/TTF/Glyph.pm line 255.
ok
t/font-type1............ok
t/gd....................ok
t/gif...................ok
t/jpg...................ok
t/lite..................ok
t/outline...............ok
t/page..................ok
t/pdf...................ok
t/png...................ok
t/release-pod-syntax....skipped
all skipped: these tests are for release candidate testing
t/text..................ok
t/tiff..................ok
All tests successful, 1 test skipped.
Files=19, Tests=229, 4 wallclock secs ( 3.84 cusr + 0.29 csys = 4.13 CPU)
2011-10-13T08:21:29 biancaLiegt das an mir?
Ist das Modul trotzdem nutzbar?
return $self if ($self->{' read'} > 0);
return $self if (defined $self->{' read'} && $self->{' read'} > 1);