]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blob - README
checking for table existande before adding add_drop_table
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / README
1 DBIx-Class-RecursiveUpdate version 0.0.1
2
3 You can feed the ->create method with a recursive datastructure and have the related records
4 created. Unfortunately you cannot do a similar thing with update_or_create - this module
5 tries to fill that void.
6
7 INSTALLATION
8
9 To install this module, run the following commands:
10
11 perl Makefile.PL
12 make
13 make test
14 make install
15
16
17 DEPENDENCIES
18
19 See Makefile.PL
20
21 COPYRIGHT AND LICENCE
22
23 Copyright (C) 2008, Zbigniew Lukasiak
24
25 This library is free software; you can redistribute it and/or modify
26 it under the same terms as Perl itself.
This page took 0.031635 seconds and 4 git commands to generate.