Changeset 8708
- Timestamp:
- Aug 30, 2006, 12:46:33 PM (20 years ago)
- Location:
- trunk/DataStore
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
lib/DataStore.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStore/Changes
r6471 r8708 1 1 Revision history for Perl module DataStore 2 3 0.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. 2 17 3 18 0.01 Thu Feb 23 13:55:57 2006 -
trunk/DataStore/lib/DataStore.pm
r7951 r8708 1 1 # Copyright (C) 2006 Joshua Hoblitt 2 2 # 3 # $Id: DataStore.pm,v 1. 5 2006-07-22 01:17:33 smalleExp $3 # $Id: DataStore.pm,v 1.6 2006-08-30 22:46:33 jhoblitt Exp $ 4 4 5 5 package DataStore; … … 9 9 10 10 use vars qw($VERSION); 11 $VERSION = '0.0 2';11 $VERSION = '0.03'; 12 12 13 13 =pod
Note:
See TracChangeset
for help on using the changeset viewer.
