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.

-- 

E:\new\Alzabo-0.70>perl Makefile.PL

Please select a root directory for Alzabo (schema files will be stored
under this root.
  Alzabo root? [] E:\dev\alzaboo\theroot

The following questions pertain to optional features of Alzabo.
These questions help the installer determine what additional
system checks to perform.

To use the MySQL driver requires: DBD::mysql (2.1017).
  Do you want to use the MySQL driver? [yes]

To use the PostgreSQL driver requires: DBD::Pg (1.13), MIME::Base64.
  Do you want to use the PostgreSQL driver? [no]

To use IPC for cache syncing requires: IPC::Shareable (0.54).
  Do you want to use IPC for cache syncing? [no]

To use DB_File 1.x for cache syncing requires: DB_File (1.76).
  Do you want to use DB_File 1.x for cache syncing? [yes]

To use BerkeleyDB 2.x/3.x for cache syncing requires: BerkeleyDB (0.15).
  Do you want to use BerkeleyDB 2.x/3.x for cache syncing? [yes]

To use SDBM_File for cache syncing requires: SDBM_File.
  Do you want to use SDBM_File for cache syncing? [yes]

To use Cache::Mmap for cache syncing requires: Cache::Mmap (0.04).
  Do you want to use Cache::Mmap for cache syncing? [no]

To use the HTML::Mason based schema creation interface requires: HTML::Mason (0.896),
HTTP::BrowserDetect.
  Do you want to use the HTML::Mason based schema creation interface? [yes]

To view graphs of your schema in the schema creator requires: GraphViz (1.4).
  Do you want to view graphs of your schema in the schema creator? [yes]

Where would you like to install the mason components for this
interface (this must be under your component root)?  NOTE: The
installer will create an 'alzabo' subdirectory under the directory
given.
  Mason directory? [] E:\dev\alzaboo\public_html

You can pick a custom file extension for the mason components.  Only
components called as top level components will be given this
extension.  Components intended only for use by other components have
no extension at all
  Mason component file extension? [.mhtml]

The information from the following questions are used solely for
testing the pieces of Alzabo that require a real database for proper
testing.
  Do tests with Mysql RDBMS? [yes] no
Checking if your kit is complete...
Looks good
Writing Makefile for Alzabo

E:\new\Alzabo-0.70>nmake test

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

cp lib/Alzabo/MethodMaker.pm blib\lib\Alzabo/MethodMaker.pm
cp lib/Alzabo/RDBMSRules/PostgreSQL.pm blib\lib\Alzabo/RDBMSRules/PostgreSQL.pm
cp lib/Alzabo/ObjectCache/Store/RDBMS.pm blib\lib\Alzabo/ObjectCache/Store/RDBMS.pm
cp lib/Alzabo/Config.pm blib\lib\Alzabo/Config.pm
cp lib/Alzabo/PostgreSQL.pod blib\lib\Alzabo/PostgreSQL.pod
cp lib/Alzabo/Create/Schema.pm blib\lib\Alzabo/Create/Schema.pm
cp lib/Alzabo/ObjectCache/Sync/DB_File.pm blib\lib\Alzabo/ObjectCache/Sync/DB_File.pm
cp lib/Alzabo/Create/Column.pm blib\lib\Alzabo/Create/Column.pm
cp lib/Alzabo/ObjectCache/Store/Null.pm blib\lib\Alzabo/ObjectCache/Store/Null.pm
cp lib/Alzabo/Runtime/ForeignKey.pm blib\lib\Alzabo/Runtime/ForeignKey.pm
cp lib/Alzabo/ForeignKey.pm blib\lib\Alzabo/ForeignKey.pm
cp lib/Alzabo/Runtime.pm blib\lib\Alzabo/Runtime.pm
cp lib/Alzabo/ObjectCache/Sync/Null.pm blib\lib\Alzabo/ObjectCache/Sync/Null.pm
cp lib/Alzabo/SQLMaker/PostgreSQL.pm blib\lib\Alzabo/SQLMaker/PostgreSQL.pm
cp lib/Alzabo/ObjectCache/Sync/Mmap.pm blib\lib\Alzabo/ObjectCache/Sync/Mmap.pm
cp lib/Alzabo/RDBMSRules.pm blib\lib\Alzabo/RDBMSRules.pm
cp lib/Alzabo/ObjectCache/Store/BerkeleyDB.pm 
blib\lib\Alzabo/ObjectCache/Store/BerkeleyDB.pm
cp lib/Alzabo/ObjectCache/Sync/SDBM_File.pm 
blib\lib\Alzabo/ObjectCache/Sync/SDBM_File.pm
cp lib/Alzabo/Driver/PostgreSQL.pm blib\lib\Alzabo/Driver/PostgreSQL.pm
cp lib/Alzabo/Runtime/Schema.pm blib\lib\Alzabo/Runtime/Schema.pm
cp lib/Alzabo/Create/ColumnDefinition.pm blib\lib\Alzabo/Create/ColumnDefinition.pm
cp lib/Alzabo/Runtime/Column.pm blib\lib\Alzabo/Runtime/Column.pm
cp lib/Alzabo/Runtime/Table.pm blib\lib\Alzabo/Runtime/Table.pm
cp lib/Alzabo/Table.pm blib\lib\Alzabo/Table.pm
cp lib/Alzabo/Create/Table.pm blib\lib\Alzabo/Create/Table.pm
cp lib/Alzabo/MySQL.pod blib\lib\Alzabo/MySQL.pod
cp lib/Alzabo/ObjectCache/Store/Memory.pm blib\lib\Alzabo/ObjectCache/Store/Memory.pm
cp lib/Alzabo/Driver.pm blib\lib\Alzabo/Driver.pm
cp lib/Alzabo/ChangeTracker.pm blib\lib\Alzabo/ChangeTracker.pm
cp lib/Alzabo/Driver/MySQL.pm blib\lib\Alzabo/Driver/MySQL.pm
cp lib/Alzabo/ObjectCache/Sync/DBM.pm blib\lib\Alzabo/ObjectCache/Sync/DBM.pm
cp lib/Alzabo.pm blib\lib\Alzabo.pm
cp lib/Alzabo/Schema.pm blib\lib\Alzabo/Schema.pm
cp lib/Alzabo/Column.pm blib\lib\Alzabo/Column.pm
cp lib/Alzabo/Debug.pm blib\lib\Alzabo/Debug.pm
cp lib/Alzabo/ObjectCache/Store/LRU.pm blib\lib\Alzabo/ObjectCache/Store/LRU.pm
cp lib/Alzabo/Runtime/RowCursor.pm blib\lib\Alzabo/Runtime/RowCursor.pm
cp lib/Alzabo/Runtime/Index.pm blib\lib\Alzabo/Runtime/Index.pm
cp lib/Alzabo/Runtime/CachedRow.pm blib\lib\Alzabo/Runtime/CachedRow.pm
cp lib/Alzabo/Index.pm blib\lib\Alzabo/Index.pm
cp lib/Alzabo/Create/Index.pm blib\lib\Alzabo/Create/Index.pm
cp lib/Alzabo/Create.pm blib\lib\Alzabo/Create.pm
cp lib/Alzabo/ColumnDefinition.pm blib\lib\Alzabo/ColumnDefinition.pm
cp lib/Alzabo/Runtime/JoinCursor.pm blib\lib\Alzabo/Runtime/JoinCursor.pm
cp lib/Alzabo/ObjectCache.pm blib\lib\Alzabo/ObjectCache.pm
cp lib/Alzabo/Runtime/PotentialRow.pm blib\lib\Alzabo/Runtime/PotentialRow.pm
cp lib/Alzabo/SQLMaker/MySQL.pm blib\lib\Alzabo/SQLMaker/MySQL.pm
cp lib/Alzabo/FAQ.pod blib\lib\Alzabo/FAQ.pod
cp lib/Alzabo/ObjectCache/Sync/BerkeleyDB.pm 
blib\lib\Alzabo/ObjectCache/Sync/BerkeleyDB.pm
cp lib/Alzabo/Exceptions.pm blib\lib\Alzabo/Exceptions.pm
cp lib/Alzabo/ObjectCache/Sync/IPC.pm blib\lib\Alzabo/ObjectCache/Sync/IPC.pm
cp lib/Alzabo/ObjectCache/Sync/RDBMS.pm blib\lib\Alzabo/ObjectCache/Sync/RDBMS.pm
cp lib/Alzabo/SQLMaker.pm blib\lib\Alzabo/SQLMaker.pm
cp lib/Alzabo/RDBMSRules/MySQL.pm blib\lib\Alzabo/RDBMSRules/MySQL.pm
cp lib/Alzabo/Create/ForeignKey.pm blib\lib\Alzabo/Create/ForeignKey.pm
cp lib/Alzabo/Runtime/Row.pm blib\lib\Alzabo/Runtime/Row.pm
cp lib/Alzabo/Runtime/Cursor.pm blib\lib\Alzabo/Runtime/Cursor.pm
cp lib/Alzabo/BackCompat.pm blib\lib\Alzabo/BackCompat.pm
cp lib/Alzabo/Runtime/ColumnDefinition.pm blib\lib\Alzabo/Runtime/ColumnDefinition.pm
cp lib/Alzabo/ObjectCache/Sync.pm blib\lib\Alzabo/ObjectCache/Sync.pm
cp lib/Alzabo/QuickRef.pod blib\lib\Alzabo/QuickRef.pod
        C:\Perl\bin\perl.exe install_helpers\pod_merge.pl lib blib\lib
merged Alzabo::Schema docs into Alzabo::Create::Schema
merged Alzabo::Schema docs into Alzabo::Runtime::Schema
merged Alzabo::Table docs into Alzabo::Create::Table
merged Alzabo::Table docs into Alzabo::Runtime::Table
merged Alzabo::Column docs into Alzabo::Create::Column
merged Alzabo::Column docs into Alzabo::Runtime::Column
merged Alzabo::ColumnDefinition docs into Alzabo::Create::ColumnDefinition
merged Alzabo::ColumnDefinition docs into Alzabo::Runtime::ColumnDefinition
merged Alzabo::Index docs into Alzabo::Create::Index
merged Alzabo::Index docs into Alzabo::Runtime::Index
merged Alzabo::ForeignKey docs into Alzabo::Create::ForeignKey
merged Alzabo::ForeignKey docs into Alzabo::Runtime::ForeignKey
merged Alzabo docs into Alzabo::QuickRef.pod
        rem
        C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib\lib',
'blib\arch')" t\00-cleanup.t t\01-compile.t t\01-dr
iver.t t\02-create.t t\03-runtime.t t\04-db_drop.t t\04-rev_engineer.t 
t\05a-rules-mysql.t
t\06-db_drop.t t\07a-methodmaker.t t\07b-db_drop.
t t\07c-methodmaker-nocache.t t\08-db_drop.t t\08-lru.t t\09-db_drop.t t\09-storable.t
t\11-db_drop.t t\98-schema_diff.t t\99-cleanup.t
t\00-cleanup.................ok
t\01-compile.................ok
t\01-driver..................skipped
        all skipped: no reason given
t\02-create..................ok
t\03-runtime.................skipped
        all skipped: no reason given
t\04-db_drop.................
# Cleaning up databases created during testing
t\04-db_drop.................ok
t\04-rev_engineer............skipped
        all skipped: no reason given
t\05a-rules-mysql............ok
t\06-db_drop.................
# Cleaning up databases created during testing
t\06-db_drop.................ok
t\07a-methodmaker............skipped
        all skipped: no reason given
t\07b-db_drop................
# Cleaning up databases created during testing
t\07b-db_drop................ok
t\07c-methodmaker-nocache....skipped
        all skipped: no reason given
t\08-db_drop.................
# Cleaning up databases created during testing
t\08-db_drop.................ok
t\08-lru.....................skipped
        all skipped: no reason given
t\09-db_drop.................
# Cleaning up databases created during testing
t\09-db_drop.................ok
t\09-storable................skipped
        all skipped: no reason given
t\11-db_drop.................
# Cleaning up databases created during testing
t\11-db_drop.................ok
t\98-schema_diff.............skipped
        all skipped: no reason given
t\99-cleanup.................
# Cleaning up files and databases created during testing
t\99-cleanup.................ok
All tests successful, 8 tests skipped.
Files=19, Tests=163,  4 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)

E:\new\Alzabo-0.70>scite readme

E:\new\Alzabo-0.70>
--
Summary of my perl5 (revision 5 version 6 subversion 1) configuration:
  Platform:
    osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread
    uname=''
    config_args='undef'
    hint=recommended, useposix=true, d_sigaction=undef
    usethreads=undef use5005threads=undef useithreads=define usemultiplicity=define
    useperlio=undef d_sfio=undef uselargefiles=undef usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
  Compiler:
    cc='cl', ccflags ='-nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT 
-DHAVE_DES_FCRYPT 
-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX',
    optimize='-O1 -MD -DNDEBUG',
    cppflags='-DWIN32'
    ccversion='', gccversion='', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4
    alignbytes=8, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='link', ldflags ='-nologo -nodefaultlib -release  -libpath:"C:/Perl\lib\CORE" 
-machine:x86'
    libpth="C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib" "C:\Program 
Files\Microsoft
Visual Studio\VC98\lib" "C:\Perl\lib\CORE"
    libs=  oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib  comdlg32.lib 
advapi32.lib
shell32.lib ole32.lib oleaut32.lib  netapi32.lib uuid.lib wsock32.lib mpr.lib 
winmm.lib 
version.lib odbc32.lib odbccp32.lib msvcrt.lib
    perllibs=  oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib  
comdlg32.lib
advapi32.lib shell32.lib ole32.lib oleaut32.lib  netapi32.lib uuid.lib wsock32.lib 
mpr.lib
winmm.lib  version.lib odbc32.lib odbccp32.lib msvcrt.lib
    libc=msvcrt.lib, so=dll, useshrplib=yes, libperl=perl56.lib
  Dynamic Linking:
    dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -release  
-libpath:"C:/Perl\lib\CORE" 
-machine:x86'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY USE_ITHREADS PERL_IMPLICIT_CONTEXT 
PERL_IMPLICIT_SYS
  Locally applied patches:
        ActivePerl Build 633
  Built under MSWin32
  Compiled at Jun 17 2002 21:33:05
  @INC:
    C:/Perl/lib
    C:/Perl/site/lib
    .


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

Reply via email to