Skip to content

Commit

Permalink
Version 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jplesnik committed Jan 19, 2022
1 parent 2be27fa commit 74743f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for perl-generators.

1.12 Wed Feb 10 2021
- Add perltest.attr to generate dependencies for tests sub-packages

1.11 Thu May 22 2018
- Squash multiple perl(:VERSION) symbols into one
- Remove perl dependencies that are provided in the same file
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sub wanted {

WriteMakefile(
'NAME' => 'generators',
'VERSION' => '1.11',
'VERSION' => '1.12',
'AUTHOR' => 'Jitka Plesnikova <[email protected]>',
'LICENSE' => 'gpl',
'EXE_FILES' => [ "bin/perl.prov$suffix", "bin/perl.req$suffix" ],
Expand Down
4 changes: 4 additions & 0 deletions template/fileattrs/perltest.attr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
%__perltest_requires %{_rpmconfigdir}/perl.req__PERL_SUFFIX__
%__perltest_magic ^.*[Pp]erl[[:digit:]]* .*$
%__perltest_path /usr/libexec/.*\\.(pl|pm|t)$
%__perltest_flags magic_and_path

0 comments on commit 74743f5

Please sign in to comment.