The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::Changeset::Collection::Disk - Read changeset files from the disk

SYNOPSIS

Read changeset files from the disk

this is a factory object and should be called the DBIx::Changeset::Collection factory

    use DBIx::Changeset::Collection;

    my $foo = DBIx::Changeset::Collection->new('disk', $opts);
    ...
    $foo->retrieve('moose.sql');

METHODS

retrieve_all

add_changeset

sort_changesets

        Sort the changesets in the collection from oldest to newest based ont eh date in the uri

COPYRIGHT & LICENSE

Copyright 2004-2008 Grox Pty Ltd.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.