diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-04-08 16:37:13 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-04-08 16:37:13 +0200 |
| commit | 02db364afe5537155a0d4794a1c5117adaf3f4b1 (patch) | |
| tree | 9d2a7da85f3c3042ed97482a16bbb6b9263fdf95 | |
| parent | can generate a graph for authors (diff) | |
| download | cpan-graph-02db364afe5537155a0d4794a1c5117adaf3f4b1.tar.gz | |
change date format
Diffstat (limited to '')
| -rwxr-xr-x | gen-gdf.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ while ( my $package = $packages->next ) { label => $package->dist, author => $package->author, version => $package->version, - datefrom => join( '/', $year, $month, $day ), + datefrom => join( '-', $year, $month, $day ), }; $id_nodes->{$package->id}++; } |
