IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6539


Ignore:
Timestamp:
Mar 7, 2006, 2:22:51 PM (20 years ago)
Author:
jhoblitt
Message:

fix uri validation callback name

File:
1 edited

Legend:

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

    r6501 r6539  
    11# Copyright (C) 2006  Joshua Hoblitt
    22#
    3 # $Id: FileSet.pm,v 1.1 2006-02-28 03:03:14 jhoblitt Exp $
     3# $Id: FileSet.pm,v 1.2 2006-03-08 00:22:51 jhoblitt Exp $
    44
    55package DataStore::FileSet;
     
    6464                type        => SCALAR,
    6565                callbacks   => {
    66                     'uri ends with /'  => sub { $_[0] =~ m|/$| },
     66                    'is valid uri dirname' => sub { $_[0] =~ m|/$| },
    6767
    6868                },
Note: See TracChangeset for help on using the changeset viewer.