Show
Ignore:
Timestamp:
06/25/07 07:20:01 (3 years ago)
Author:
eevee
Message:

Updated Catalyst scripts.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/script/vee_create.pl

    r1 r255  
    1 #!C:\Perl\bin\perl.exe -w 
     1#!/usr/bin/perl -w 
    22 
    33use strict; 
     4use warnings; 
    45use Getopt::Long; 
    56use Pod::Usage; 
     
    4445   vee_create.pl view TT TT 
    4546   vee_create.pl model My::Model 
    46    vee_create.pl model SomeDB DBIC::SchemaLoader dbi:SQLite:/tmp/my.db 
    47    vee_create.pl model AnotherDB DBIC::SchemaLoader dbi:Pg:dbname=foo root 4321 
     47   vee_create.pl model SomeDB DBIC::Schema MyApp::Schema create=dynamic\ 
     48   dbi:SQLite:/tmp/my.db 
     49   vee_create.pl model AnotherDB DBIC::Schema MyApp::Schema create=static\ 
     50   dbi:Pg:dbname=foo root 4321 
    4851 
    4952 See also: 
     
    6265 
    6366Sebastian Riedel, C<sri@oook.de> 
     67Maintained by the Catalyst Core Team. 
    6468 
    6569=head1 COPYRIGHT 
    66  
    67 Copyright 2004 Sebastian Riedel. All rights reserved. 
    6870 
    6971This library is free software, you can redistribute it and/or modify