]> git.pld-linux.org Git - packages/rpm.git/blobdiff - perl.prov
- rpm-devel dosn't require rpm! it requires rpm-lib
[packages/rpm.git] / perl.prov
index 87d11ea1d6eb28dadbeaa8845f7696913a9ca0f2..b41f2481434a65b7db82e84c55c62b966de6751b 100644 (file)
--- a/perl.prov
+++ b/perl.prov
@@ -96,7 +96,7 @@ sub process_file {
        }
 
        unless ( defined $package ) {
-               warn "$0: weird, cannot determine the package name for `$file'\n";.*
+               warn "$0: weird, cannot determine the package name for `$file'\n";
                return 0;
        }
 
@@ -108,8 +108,8 @@ sub process_file {
 }
 
 
-# Returns true if the package name matches the patch,
-# so you can use() it.  False otherwise.
+# Returns C<true> if the package name matches the path,
+# so you can use() it.  C<false> otherwise.
 sub match_the_path {
        my ( $file, $pack ) = @_;
        $pack =~ s#::#/#g;
This page took 0.039381 seconds and 4 git commands to generate.