IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8708


Ignore:
Timestamp:
Aug 30, 2006, 12:46:33 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.03

Location:
trunk/DataStore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/Changes

    r6471 r8708  
    11Revision history for Perl module DataStore
     2
     30.03 Wed Aug 30 12:46:00 HST 2006
     4    - fix a bug in dsproductls where ->status was being called on a
     5      DataStore::Response instead of ->status_line
     6    - Added a Root object and associated Product::Parser to query the root of
     7      the datastore.
     8    - The 'is_success' field in a Response now gets its value carried over from
     9      the HTTP::Response as intended.
     10    - The 'data' field in a Response can now be undef to indicate that no
     11      records were parsed.
     12    - Root::request, Product::request, FileSet::request now always return a
     13      Response object.
     14    - FileSets and Files will now have any additional non-standard fields
     15      parsed into the @extra array.
     16    - Updated tests.
    217
    3180.01 Thu Feb 23 13:55:57 2006
  • trunk/DataStore/lib/DataStore.pm

    r7951 r8708  
    11# Copyright (C) 2006  Joshua Hoblitt
    22#
    3 # $Id: DataStore.pm,v 1.5 2006-07-22 01:17:33 smalle Exp $
     3# $Id: DataStore.pm,v 1.6 2006-08-30 22:46:33 jhoblitt Exp $
    44
    55package DataStore;
     
    99
    1010use vars qw($VERSION);
    11 $VERSION = '0.02';
     11$VERSION = '0.03';
    1212
    1313=pod
Note: See TracChangeset for help on using the changeset viewer.