Revision history for Perl module TCGA::Neo4j

0.01 Tue Aug 21 14:10:01 2012
    - original version; created by ExtUtils::ModuleMaker 0.51
0.12
    - added REST::Neo4p::Path to support paths returned by queries
    - added a few more exception throws
    - built out pod
    - added pod tests
0.121
    - fixed the get_by_id methods in REST::Neo4p; they correctly return
      all entities (including indexes) present already in database
    - added tests for above in 005_db.t
    - pod fixes