hi, everyone, I used to use Catalyst::Authentication::Store::DBIC with Catalyst 5.71000.
The installation went fine. Here's an extract: ---------- Start-------------------------------------------------- r...@lginsurance:/root/perl-packages/Catalyst-Authentication-Store-DBIx-Class-0.1082# perl Makefile.PL Cannot determine perl version info from lib/Catalyst/Authentication/Store/DBIx/Class.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.86) - Catalyst::Runtime ...loaded. (5.71) - Catalyst::Plugin::Authentication ...loaded. (0.10011 >= 0.10008) - Catalyst::Model::DBIC::Schema ...loaded. (0.23) - DBIx::Class ...loaded. (0.08012) - Catalyst::Model::DBIC::Schema ...loaded. (0.23 >= 0.18) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks goodWriting Makefile for Catalyst::Authentication::Store::DBIx::Class r...@lginsurance:/root/perl-packages/Catalyst-Authentication-Store-DBIx-Class-0.1082# ls r...@lginsurance:/root/perl-packages/Catalyst-Authentication-Store-DBIx-Class-0.1082# make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/01-pod.t t/02-pod-coverage.t t/03-authtest.t t/04-authsessions. t t/05-auth-roles-relationship.t t/06-auth-roles-column.t t/07-authsessions-cached.t t/08-simpledb-auth-roles-relationship.t t/09-simpledb-auth-roles-column.t t/00-load.t .............................. 1/1 # Testing Catalyst::Authentication::Store::DBIx::Class 0.1082, Perl 5.008009, /usr/local/bin/perl t/00-load.t .............................. ok t/01-pod.t ............................... ok t/02-pod-coverage.t ...................... skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/03-authtest.t .......................... ok t/04-authsessions.t ...................... ok t/05-auth-roles-relationship.t ........... ok t/06-auth-roles-column.t ................. ok t/07-authsessions-cached.t ............... ok t/08-simpledb-auth-roles-relationship.t .. [warn] realm default configured using a plaintext password type. This is not secure. t/08-simpledb-auth-roles-relationship.t .. ok t/09-simpledb-auth-roles-column.t ........ [warn] realm default configured using a plaintext password type. This is not secure. t/09-simpledb-auth-roles-column.t ........ ok All tests successful. Files=10, Tests=67, 7 wallclock secs ( 0.04 usr 0.04 sys + 2.93 cusr 0.50 csys = 3.51 CPU) Result: PASS r...@lginsurance:/root/perl-packages/Catalyst-Authentication-Store-DBIx-Class-0.1082# make install Appending installation info to /usr/local/lib/perl5/5.8.9/x86_64-linux/perllocal.pod ---------- End-------------------------------------------------- But, as soon as I tried to even perldoc the module, here's what I got. ---------- Start-------------------------------------------------- r...@lginsurance:/root/perl-packages/Catalyst-Authentication-Store-DBIx-Class-0.1082# !perldoc perldoc Catalyst::Authentication::Store::DBIx::Class Insecure dependency in require while running with -T switch at /usr/local/lib/perl5/5.8.9/Pod/Perldoc.pm line 1634. ---------- End-------------------------------------------------- And of course, running my application isn't successful: ---------- Start-------------------------------------------------- kakim...@lginsurance:~/projects/myApp$ script/myApp_server.pl Can't locate Catalyst/Plugin/Authentication/Store/DBIx/Class.pm in @INC (@INC contains: /home/kakimoto/projects/myApp/script/../lib /usr/local/lib/perl5/5.8.9/x86_64-linux /usr/local/lib/perl5/5.8.9 /usr/local/lib/perl5/site_perl/5.8.9/x86_64-linux /usr/local/lib/perl5/site_perl/5.8.9 . /home/kakimoto/projects/myApp/lib/myApp/Schema) at /usr/local/lib/perl5/site_perl/5.8.9/Catalyst/Utils.pm line 272. Compilation failed in require at script/myApp_server.pl line 56. kakim...@lginsurance:~/projects/myApp$ ---------- End-------------------------------------------------- any ideas? thanks _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
