This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [EMAIL PROTECTED] to keep other
test volunteers informed and to prevent any duplicate effort.
        
--
This is an error report generated automatically by CPANPLUS,
version 0.049.

Below is the error stack during 'make test':

No tests defined for Devel::CoreStack extension.


Additional comments:

Hello, Alligator Descartes! Thanks for uploading your works to CPAN.

Would it be too much to ask for a simple test script in the next
release, so people can verify which platforms can successfully
install them, as well as avoid regression bugs?

A simple 't/use.t' that says:

#!/usr/bin/env perl -w
use strict;
use Test;
BEGIN { plan tests => 1 }

use Your::Module::Here; ok(1);
exit;
__END__

would be appreciated.  If you are interested in making a more robust
test suite, please see the Test::Simple, Test::More and Test::Tutorial
manpages at <http://search.cpan.org/dist/Test-Simple/>.

Thanks! :-)

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  Also, because many people performs automatic
tests on CPAN, chances are that you will receive identical messages
about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************


--

Summary of my perl5 (revision 5 version 8 subversion 4) configuration:
  Platform:
    osname=irix, osvers=6.5, archname=irix-thread-multi
    uname='irix64 zeno 6.5 07121148 ip19 '
    config_args=''
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc -n32', ccflags ='-DPTHREAD_H_FIRST -D_BSD_TYPES -D_BSD_TIME -woff 1184,1552 
-I/usr/freeware/include/db4 -I/usr/freeware/include -DLANGUAGE_C',
    optimize='-O2',
    cppflags='-DPTHREAD_H_FIRST -D_BSD_TYPES -D_BSD_TIME -I/usr/freeware/include/db4 
-I/usr/freeware/include -DLANGUAGE_C'
    ccversion='MIPSpro Compilers: Version 7.3.1.2m, Patch 4268', gccversion='', 
gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc -n32', ldflags ='-L/usr/freeware/lib32 -Wl,-woff,84'
    libpth=/usr/freeware/lib32 /usr/lib32 /lib32
    libs=-lgdbm -ldb-4 -lm -lpthread
    perllibs=-ldb-4 -lm -lpthread
    libc=/usr/lib32/libc.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='  
-Wl,-rpath,/usr/freeware/lib/perl5/5.8.4/irix-thread-multi/CORE'
    cccdlflags=' ', lddlflags='-n32 -shared -L/usr/freeware/lib32'

Reply via email to