diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-04-06 14:10:42 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-04-06 14:10:42 +0200 |
| commit | 38a98e6bbe17416786d9d47ca7298d72d9baa1fe (patch) | |
| tree | d08bd923507203db40a78edd2d6aee2d3d1f1923 /lib | |
| parent | use inflate datetime (diff) | |
| download | cpan-graph-38a98e6bbe17416786d9d47ca7298d72d9baa1fe.tar.gz | |
remove datetime
Diffstat (limited to '')
| -rw-r--r-- | lib/CPAN/cpants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CPAN/cpants.pm b/lib/CPAN/cpants.pm index 10f8275..e64dc29 100644 --- a/lib/CPAN/cpants.pm +++ b/lib/CPAN/cpants.pm @@ -744,7 +744,7 @@ use base 'DBIx::Class'; use strict; use warnings; -__PACKAGE__->load_components( qw/ Core InflateColumn::DateTime/ ); +__PACKAGE__->load_components( qw/ Core / ); __PACKAGE__->table( 'dist' ); __PACKAGE__->add_columns( |
