user-pic

mwaci

  • About: NuoDB & Perl
  • Commented on A NuoDB Driver for Perl
    Currently our head of engineering is out of the office this week, but we are definitely going to discuss this internally as soon as he is back and try and evaluate the next step. Thanks to everyone for their input,...
  • Commented on A NuoDB Driver for Perl
    Thanks so much for your comment, we use GitHub to host all of our open sourced drivers, here is the link for the perl driver: https://github.com/nuodb/perl-dbd-nuodb Let us know if you have any questions!...
  • Posted A NuoDB Driver for Perl to mwaci

    Even though newer scripting languages are now in vogue, Perl is still the workhorse of the internet. The job market for Perl developers is going strong and Perl has a long history of use in major web sites such as Ticketmaster, Booking.com and The New York Times. Perl is well suited for database…

Subscribe to feed Recent Actions from mwaci

  • Mike Friedman commented on A NuoDB Driver for Perl

    NuoDB looks like a really cool project. But if you want Perl programmers to use your driver, it has to be on CPAN. That's the only place 99% of us are ever going to look for Perl code.

    Plenty of CPAN distributions use GitHub for their repositories; Dist::Zilla has a number of tools for automating CPAN releases from GitHub. We can help you get set up on CPAN if you haven't used it before.

  • Olivier Mengué (dolmen) commented on A NuoDB Driver for Perl

    The installation instructions says:

    sudo perl -MCPAN -e 'force install DBI'
    

    This is very bad practice because:

    • this will probably corrupt the packages handled by the system (usually on Linux systems). Instead, suggest to the user to use a local::lib-based environment
    • 'force install' is a bad practice. If DBI doesn't install, there is a good reason that must be fixed, either on the system or in DBI.
  • https://me.yahoo.com/a/FQMi.N5i0IzdnUgI0Ite4hPzi5Teukf.wOGAiQ--#4e81f commented on A NuoDB Driver for Perl

    Thanks for releasing this - any chance you could put it on CPAN as well - that would make using it much easier (and you also get it tested on lots of plaforms and other goodies).

Subscribe to feed Responses to Comments from mwaci

About blogs.perl.org

blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.