diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-04-06 12:28:36 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-04-06 12:28:36 +0200 |
| commit | d4369fe70f4704913fed53c20026d091ee9a555f (patch) | |
| tree | 94b96aafe3c549cf7734db0e8ffe35e56a93c6a5 /lib/CPAN/cpants.pm | |
| parent | use datetime object (diff) | |
| download | cpan-graph-d4369fe70f4704913fed53c20026d091ee9a555f.tar.gz | |
use inflate 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 686c834..10f8275 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/ ); +__PACKAGE__->load_components( qw/ Core InflateColumn::DateTime/ ); __PACKAGE__->table( 'dist' ); __PACKAGE__->add_columns( |
