Skip to content

Commit

Permalink
Remove SQL::Translator::Schema::Graph as announced in 0.11011
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Sep 23, 2012
1 parent b6bf982 commit 111ead3
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 515 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Remove SQL::Translator::Schema::Graph as announced in 0.11011

# ----------------------------------------------------------
# 0.11013_02 2012-09-23
# ----------------------------------------------------------
Expand Down
7 changes: 0 additions & 7 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@ for my $type (qw/requires recommends test_requires/) {
}
}

no_index directory => $_ for (qw|
lib/SQL/Translator/Schema/Graph
|);
no_index package => $_ for (qw|
SQL::Translator::Schema::Graph
|);

install_script (qw|
script/sqlt-diagram
script/sqlt-diff
Expand Down
16 changes: 0 additions & 16 deletions lib/SQL/Translator/Schema.pm
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,6 @@ has _order => (is => 'ro', default => quote_sub(q{ +{ map { $_ => 0 } qw/
/} }),
);

# FIXME - to be removed, together with the SQL::Translator::Schema::Graph* stuff
# looks like a remnant of the Turnkey project integration back in 2003-4
# Appears to be quite dead
sub as_graph {

eval { require Class::MakeMethods }
or croak 'You need to install the CPAN dependency Class::MakeMethods to use as_graph()';

require SQL::Translator::Schema::Graph;

my $self = shift;

return SQL::Translator::Schema::Graph->new(
translator => $self->translator );
}

sub as_graph_pm {

=pod
Expand Down
267 changes: 0 additions & 267 deletions lib/SQL/Translator/Schema/Graph.pm

This file was deleted.

15 changes: 0 additions & 15 deletions lib/SQL/Translator/Schema/Graph/CompoundEdge.pm

This file was deleted.

34 changes: 0 additions & 34 deletions lib/SQL/Translator/Schema/Graph/Edge.pm

This file was deleted.

14 changes: 0 additions & 14 deletions lib/SQL/Translator/Schema/Graph/HyperEdge.pm

This file was deleted.

Loading

0 comments on commit 111ead3

Please sign in to comment.