/[Frey]/trunk/lib/Frey/SVN.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/SVN.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 805 by dpavlin, Wed Dec 10 23:03:04 2008 UTC revision 807 by dpavlin, Thu Dec 11 00:27:19 2008 UTC
# Line 11  with 'Frey::Web'; Line 11  with 'Frey::Web';
11  #with 'Frey::Storage';  #with 'Frey::Storage';
12    
13  use XML::Simple;  use XML::Simple;
14    use DateTimeX::Easy;
15    
16  has repository => (  has repository => (
17          is => 'rw',          is => 'rw',
# Line 162  sub codeswarm_as_markup { Line 163  sub codeswarm_as_markup {
163                  my $e = shift;                  my $e = shift;
164                                    
165                  my $rev = $e->{'revision'};                  my $rev = $e->{'revision'};
166                  my $date = $e->{'date'};                  my $date = DateTimeX::Easy->new( $e->{'date'} )->epoch . '000'; # ms
167                  my $author = $e->{'author'};                  my $author = $e->{'author'};
168    
169                  foreach my $p (@{$e->{'paths'}->{'path'}}) {                  foreach my $p (@{$e->{'paths'}->{'path'}}) {

Legend:
Removed from v.805  
changed lines
  Added in v.807

  ViewVC Help
Powered by ViewVC 1.1.26