NAME

JiftyX::Fixtures - Insert fixtures into your Jifty application database

VERSION

version 0.03

SYNOPSIS

DESCRIPTION

AUTHOR

shelling <shelling@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2009 by <shelling@cpan.org>.

This is free software, licensed under:

The MIT (X11) License

METHODS

new

Constructor, invoke without args

config

Give one arg which is selected from "app_root", "framework", "fixtures", "execution" to get the configuration detail.

Append second arg to set the configuration.

$jf->config("fixtures"); #=> [  development => { dir => "etc/fixtures/development" }, 
                                test => { dir => "etc/fixtures/test" } ]
$jf->config(
  fixtures => [
    development => {
      dir => "etc/dev_fixtures"
    },
    test => {
      dir => "etc/test_fixtures"
    }
  ]
);

run

Running script