Procházet zdrojové kódy

scripts: Remove EXPORTED from POD section titles

These are clearly exported, otherwise they would not be documented.
Guillem Jover před 11 roky
rodič
revize
916aa6d3bb
3 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 1 0
      debian/changelog
  2. 1 1
      scripts/Dpkg/Checksums.pm
  3. 1 1
      scripts/Dpkg/Compression.pm

+ 1 - 0
debian/changelog

@@ -25,6 +25,7 @@ dpkg (1.17.17) UNRELEASED; urgency=low
     - Document public module Dpkg::Gettext.
     - Document public module Dpkg::Gettext.
     - Mark Dpkg::BuildProfiles as a public module.
     - Mark Dpkg::BuildProfiles as a public module.
     - Document all public module versions in a CHANGES section.
     - Document all public module versions in a CHANGES section.
+    - Remove EXPORTED from POD section titles.
   * Set the DEB_TARGET_* dpkg-architecture variables from architecture.mk.
   * Set the DEB_TARGET_* dpkg-architecture variables from architecture.mk.
     Missed in dpkg 1.17.14.
     Missed in dpkg 1.17.14.
   * Initialize DEB_TARGET_ARCH variable without requiring DEB_HOST_ARCH,
   * Initialize DEB_TARGET_ARCH variable without requiring DEB_HOST_ARCH,

+ 1 - 1
scripts/Dpkg/Checksums.pm

@@ -43,7 +43,7 @@ This module provides an object that can generate and manipulate
 various file checksums as well as some methods to query information
 various file checksums as well as some methods to query information
 about supported checksums.
 about supported checksums.
 
 
-=head1 EXPORTED FUNCTIONS
+=head1 FUNCTIONS
 
 
 =over 4
 =over 4
 
 

+ 1 - 1
scripts/Dpkg/Compression.pm

@@ -83,7 +83,7 @@ my $regex = join '|', map { $_->{file_ext} } values %$COMP;
 our $compression_re_file_ext = qr/(?:$regex)/;
 our $compression_re_file_ext = qr/(?:$regex)/;
 ## use critic
 ## use critic
 
 
-=head1 EXPORTED FUNCTIONS
+=head1 FUNCTIONS
 
 
 =over 4
 =over 4