diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-04-06 14:20:57 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-04-06 14:20:57 +0200 |
| commit | 8e11a2cd920b4b8e0657bd9ab2b49fc78dde6dfa (patch) | |
| tree | 0c605ce0b9c7903f39e4a6380f133489a0873c23 /lib/CPAN/cpants.pm | |
| parent | add type and id in edge (diff) | |
| parent | fix date (diff) | |
| download | cpan-graph-8e11a2cd920b4b8e0657bd9ab2b49fc78dde6dfa.tar.gz | |
merge done
Diffstat (limited to 'lib/CPAN/cpants.pm')
| -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..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/ ); +__PACKAGE__->load_components( qw/ Core / ); __PACKAGE__->table( 'dist' ); __PACKAGE__->add_columns( |
