SCM

SCM Repository

[webwml] Diff of /packages/htmlscripts/print_deps.pl
ViewVC logotype

Diff of /packages/htmlscripts/print_deps.pl

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

revision 1.1.2.6, Sat Sep 4 03:08:20 2004 UTC revision 1.1.2.7, Mon Dec 6 01:13:40 2004 UTC
# Line 1  Line 1 
1  use strict;  use strict;
2  use warnings;  use warnings;
3    
4    use HTML::Entities;
5    
6    use Packages::Pkg;
7    use Deb::Versions;
8    
9  sub print_deps {  sub print_deps {
10      my ( $env, $pkg, $versions, $type) = @_;      my ( $env, $pkg, $versions, $type) = @_;
11      my $res = "";      my $res = "";

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

root@alioth.debian.org
ViewVC Help
Powered by ViewVC 1.0.0  
Powered By FusionForge
Show source