Escape per-cent signs in comments
This commit is contained in:
parent
b82a76b316
commit
c25b68d828
@ -933,7 +933,7 @@ Package::Constants lists all the constants defined in a certain package. This
|
|||||||
can be useful for, among others, setting up an autogenerated @EXPORT/@EXPORT_OK
|
can be useful for, among others, setting up an autogenerated @EXPORT/@EXPORT_OK
|
||||||
for a Constants.pm file.
|
for a Constants.pm file.
|
||||||
|
|
||||||
#%%if %{dual_life} || %{rebuild_from_scratch}
|
#%%if %%{dual_life} || %%{rebuild_from_scratch}
|
||||||
# this version wasn't released on cpan, cant put it into separated git
|
# this version wasn't released on cpan, cant put it into separated git
|
||||||
%package PathTools
|
%package PathTools
|
||||||
Summary: PathTools Perl module (Cwd, File::Spec)
|
Summary: PathTools Perl module (Cwd, File::Spec)
|
||||||
@ -2478,7 +2478,7 @@ sed \
|
|||||||
%{privlib}/Package/
|
%{privlib}/Package/
|
||||||
%{_mandir}/man3/Package::Constants*
|
%{_mandir}/man3/Package::Constants*
|
||||||
|
|
||||||
#%%if %{dual_life} || %{rebuild_from_scratch}
|
#%%if %%{dual_life} || %%{rebuild_from_scratch}
|
||||||
%files PathTools
|
%files PathTools
|
||||||
%{archlib}/Cwd.pm
|
%{archlib}/Cwd.pm
|
||||||
%{archlib}/File/Spec*
|
%{archlib}/File/Spec*
|
||||||
|
Loading…
Reference in New Issue
Block a user