#1034754 ITP: libdbix-class-toposort-perl -- topological sorting functionality to DBIx::Class

#1034754#5
Date:
2023-04-23 14:13:21 UTC
From:
To:
* Package name    : libdbix-class-toposort-perl
  Version         : 0.060000
  Upstream Author : Rob Kinyon <rob.kinyon@gmail.com>
* URL             : https://metacpan.org/release/libdbix-class-toposort-perl
* License         : Artistic or GPL-1+
  Programming Lang: Perl
  Description     : topological sorting functionality to DBIx::Class

DBIx::Class::TopoSort adds a method to DBIx::Class::Schema which returns the
full list of sources (similar to "sources" in DBIx::Class::Schema) in
topological-sorted order.

A topological sort of the tables returns the list of tables such that any table
with a foreign key relationship appears after any table it has a foreign key
relationship to.

The package will be maintained under the umbrella of the Debian Perl Group.