shlist

share and manage lists between multiple people
Log | Files | Refs

README (542B)


      1 
      2         ""#   
      3   mmm     #   
      4  #   "    #   
      5   """m    #   
      6  "mmm"    "mm 
      7 
      8 
      9   Dependencies
     10   ============
     11 
     12 Ubuntu:
     13 - libdevel-cover-perl
     14 - liblog-log4perl-perl
     15 - libbsd-arc4random-perl
     16 - libjson-xs-perl
     17 - libio-socket-ssl-perl
     18 - libdigest-sha-perl
     19 - libstring-random-perl
     20 
     21 OpenBSD:
     22 - p5-BSD-arc4random
     23 - p5-Devel-Cover
     24 - p5-DBD-SQLite
     25 - p5-HTML-Parser
     26 - p5-IO-Socket-SSL
     27 - p5-JSON-XS
     28 - p5-Log-Log4perl
     29 - p5-String-Random
     30 
     31 
     32   Running Tests
     33   =============
     34 
     35 $ prove
     36 or
     37 $ prove t/device_add.t
     38 
     39 For test coverage reports:
     40 $ prove :: -c
     41 $ cover