I have succeeded to build a Windows executable using: perlapp --add=Moose --add=MooseX::NonMoose --add=MooseX::NonMoose::Meta::Role::Class --add=MooseX::NonMoose::Meta::Role::Constructor --add=namespace::autoclean --add=DBIx::Class::Schema test.pl
And the program test.pl is a simple program that uses DBIx::Class. And it works, although with a low performance because DBIx::Class has a big startup lag. DBIx::Class is appropriate for persistent environments. Octavian ----- Original Message ----- From: "Ogla Sungutay" <[email protected]> To: <[email protected]> Sent: Wednesday, February 16, 2011 2:13 AM Subject: [Dbix-class] DBIx::Class with PerlApp > Hi guys, > > Has anyone had any experience with ActiveState Perl & PerlApp? I build my > DBIx::Class project as a Windows executable but PerlApp cannot find or > detect > the generated source, causing the app to crash. > > Thanks. > > -- > V. Ogla Sungutay, > GUI Programmer > www.lyciasoft.com > skype:oglasungutay > -------------------------------------------------------------------------------- > _______________________________________________ > List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class > IRC: irc.perl.org#dbix-class > SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ > Searchable Archive: http://www.grokbase.com/group/[email protected] _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
