Changeset 15020 for trunk/DataStore/lib/DataStore/Product.pm
- Timestamp:
- Sep 25, 2007, 1:37:44 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/DataStore/lib/DataStore/Product.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStore/lib/DataStore/Product.pm
r7951 r15020 1 1 # Copyright (C) 2006 Joshua Hoblitt 2 2 # 3 # $Id: Product.pm,v 1. 8 2006-07-22 01:17:33 smalleExp $3 # $Id: Product.pm,v 1.9 2007-09-25 23:37:44 jhoblitt Exp $ 4 4 5 5 package DataStore::Product; … … 102 102 type => SCALAR, 103 103 callbacks => { 104 ' is valid uri dirname' => sub { $_[0] =~ m|/$| },104 'uri ends with /index.txt' => sub { $_[0] =~ m|/index.txt$| }, 105 105 } 106 106 },
Note:
See TracChangeset
for help on using the changeset viewer.
