Changes between Version 1 and Version 2 of jazz/08-12-29


Ignore:
Timestamp:
Dec 29, 2008, 1:13:50 AM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/08-12-29

    v1 v2  
    22
    33 * WSU 軟體自動升級機制測試
     4
     5== Perl ==
     6
     7 * [http://riseuplabs.org/grimoire/development/cpan-debian-packages/ Building CPAN modules as debian packages]
     8{{{
     9# apt-get install dh-make-perl gzip unzip tar wget
     10# dh-make-perl --build --cpan Archive::Zip
     11}}}
     12 * [http://debian.pkgs.cpan.org/ debian.pkgs.cpan.org] -- debified CPAN packages
     13 
     14 * Perl + SQLite
     15   * [http://mailliststock.wordpress.com/2007/03/01/sqlite-examples-with-bash-perl-and-python/ SQLite examples with Bash, Perl and Python]
     16   * Debian Package: [http://packages.debian.org/etch/libclass-dbi-sqlite-perl libclass-dbi-sqlite-perl]
     17
     18 * Perl Stomp Client : [http://search.cpan.org/dist/Net-Stomp/lib/Net/Stomp.pm Net::Stomp]