IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 25, 2007, 1:37:44 PM (19 years ago)
Author:
jhoblitt
Message:

convert DataStore::Product to use URIs that end as /index.txt$ instead of /$

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/lib/DataStore/Product.pm

    r7951 r15020  
    11# Copyright (C) 2006  Joshua Hoblitt
    22#
    3 # $Id: Product.pm,v 1.8 2006-07-22 01:17:33 smalle Exp $
     3# $Id: Product.pm,v 1.9 2007-09-25 23:37:44 jhoblitt Exp $
    44
    55package DataStore::Product;
     
    102102                type        => SCALAR,
    103103                callbacks   => {
    104                     'is valid uri dirname'   => sub { $_[0] =~ m|/$| },
     104                    'uri ends with /index.txt' => sub { $_[0] =~ m|/index.txt$| },
    105105                }
    106106            },
Note: See TracChangeset for help on using the changeset viewer.