SCM Repository
Diff of /packages/htmlscripts/print_deps.pl
Parent Directory
|
Revision Log
|
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 = ""; |
|
||||||||
| root@alioth.debian.org | ViewVC Help |
| Powered by ViewVC 1.0.0 |

