/[webpac2]/trunk/t/conf/normalize/baz.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/t/conf/normalize/baz.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 698 - (show annotations)
Mon Sep 25 11:14:53 2006 UTC (17 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 321 byte(s)
 r990@llin:  dpavlin | 2006-09-25 13:12:42 +0200
 new depends method to track dependencies, input in most places can be input name or
 hash with key 'name' which will be used as input (for exaple, from configuration file),
 database and input names will have correctly stripped quotes,
 begin removal of old lookup support

1 marc('900','x',
2 lookup(
3 sub { rec('200','a') . ' ' . rec('200','b') },
4 'no-database','baz',
5 sub { rec('245','a') },
6 ),
7 lookup(
8 sub { rec('200','a') . ' ' . rec('200','b') },
9 'foo','no-input',
10 sub { rec('245','a') },
11 ),
12 lookup(
13 sub { rec('000') },
14 'baz', 'baz-input',
15 sub { rec('900','x') },
16 );
17 );

  ViewVC Help
Powered by ViewVC 1.1.26