SHA256
8
0
forked from pool/perl-PPI

56 Commits

Author SHA256 Message Date
af1f4aad0b Add Gitea build results 2025-08-12 18:16:43 +02:00
5111af3c76 Accepting request 1278589 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1278589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=31
2025-05-23 12:29:35 +00:00
ea19e77630 Accepting request 1276524 from devel:languages:perl:autoupdate
- updated to 1.283.0 (1.283)
   see /usr/share/doc/packages/perl-PPI/Changes
  1.283   2025-05-04 09:52:43Z
  	- Allow zero byte documents to have a location
  	- handle simple lists in feature arg decomposing
  	- warn on unknown feature arg decompose instead of die

OBS-URL: https://build.opensuse.org/request/show/1276524
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=48
2025-05-20 10:07:39 +00:00
d16e390476 Accepting request 1235290 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1235290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=30
2025-01-07 19:50:23 +00:00
45fb730899 Accepting request 1234026 from devel:languages:perl:autoupdate
- updated to 1.281.0 (1.281)
   see /usr/share/doc/packages/perl-PPI/Changes
  1.281   2024-12-27 14:44:47Z
  	Summary:
  	- Implement support for signatures and other parsing features
  	Details:
  	- Framework for recognition of parsing feature activation via:
  	  - `use $PERL_VERSION` in code
  	  - `use feature` in code
  	  - `use $Common::CPAN::Module` in code
  	  - PPI::Document->new( feature_mods => ... )
  	  - PPI::Document->new( custom_feature_includes => ... )
  	  - PPI::Document->new( custom_feature_include_cb => ... )
  	  - $ENV{PPI_CUSTOM_FEATURE_INCLUDES}
  	- Added ability to parse features:
  	  - signatures, as PPI::Structure::Signature
  	  - try catch, as PPI::Statement::Compound

OBS-URL: https://build.opensuse.org/request/show/1234026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=46
2025-01-06 16:53:52 +00:00
ea5281d1af Accepting request 1203942 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1203942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=29
2024-09-29 16:09:10 +00:00
9a66acfc64 Accepting request 1203069 from devel:languages:perl:autoupdate
- updated to 1.279.0 (1.279)
   see /usr/share/doc/packages/perl-PPI/Changes
  1.279   2024-08-23 14:02:44Z
  	Summary:
  	- Implemented a cache to speed up sibling iteration
  	  (GH#287) (Graham Knop (haarg))

OBS-URL: https://build.opensuse.org/request/show/1203069
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=44
2024-09-26 16:24:22 +00:00
531f3ca9e0 Accepting request 1165836 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1165836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=28
2024-04-07 20:04:39 +00:00
458beec0ac Accepting request 1160772 from devel:languages:perl:autoupdate
- updated to 1.278
   see /usr/share/doc/packages/perl-PPI/Changes
  1.278   2024-03-11 02:20:06Z
  	- Add support for new octal number syntax (GH#295) (Branislav Branislav
        Zahradník)

OBS-URL: https://build.opensuse.org/request/show/1160772
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=42
2024-04-06 12:55:33 +00:00
9f952112e7 Accepting request 1156503 from devel:languages:perl
- Fix disabling of __perllib_provides

OBS-URL: https://build.opensuse.org/request/show/1156503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=27
2024-03-10 19:23:37 +00:00
072e4dcf9f Fix disabling of __perllib_provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=40
2024-03-08 22:55:51 +00:00
0f507625f4 Accepting request 1114065 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1114065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=26
2023-09-29 19:12:49 +00:00
d5f7acfc51 Accepting request 1113733 from devel:languages:perl:autoupdate
- updated to 1.277
   see /usr/share/doc/packages/perl-PPI/Changes
  1.277   2023-09-22 09:12:48Z
  	Summary:
  	- Parse prototypes as literal quotes, enables parens and newlines in protos
  	- Fix false positive detection of labels (GH#289) (Dan Church)
  	Details:
  	- Wrapped most Document->new calls in tests with automatic checks

OBS-URL: https://build.opensuse.org/request/show/1113733
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=38
2023-09-28 10:55:07 +00:00
8f0694f07d Accepting request 991548 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/991548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=25
2022-08-01 19:31:47 +00:00
Stephan Kulow
c615c61462 Accepting request 990973 from devel:languages:perl:autoupdate
- updated to 1.276
   see /usr/share/doc/packages/perl-PPI/Changes
  1.276   2022-07-19 21:43:50Z
  	Summary:
  	- Implement Replace Method (GH#274) (Renee and Olaf Alders)
  1.275   2022-07-18 19:42:13Z
  	Summary:
  	- CHECK bareword handle parsed as scheduled block (GH#247) (trwyant)

OBS-URL: https://build.opensuse.org/request/show/990973
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=36
2022-07-28 12:41:16 +00:00
1804cb3962 Accepting request 976461 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/976461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=24
2022-05-12 21:00:27 +00:00
9f2d7b327d Accepting request 975122 from devel:languages:perl:autoupdate
- updated to 1.274
   see /usr/share/doc/packages/perl-PPI/Changes
  1.274   2022-05-02 18:21:56Z
  	Summary:
  	- Indentation in here-docs is now preserved (GH#252) (trwyant)

OBS-URL: https://build.opensuse.org/request/show/975122
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=34
2022-05-11 16:34:35 +00:00
46861252a7 Accepting request 973320 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/973320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=23
2022-04-28 21:07:48 +00:00
Stephan Kulow
20e328b8b2 Accepting request 972537 from devel:languages:perl:autoupdate
- updated to 1.273
   see /usr/share/doc/packages/perl-PPI/Changes
  1.273   2022-04-22 15:58:31Z
  	Summary:
      - Whitespace in signatures is now preserved (GH#257)

OBS-URL: https://build.opensuse.org/request/show/972537
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=32
2022-04-28 05:10:32 +00:00
e3906bef72 Accepting request 952739 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/952739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=22
2022-02-09 19:39:23 +00:00
99fdb6f5e9 Accepting request 952261 from devel:languages:perl:autoupdate
- updated to 1.272
   see /usr/share/doc/packages/perl-PPI/Changes
  1.272   2022-02-02 16:10:50Z
  	Summary:
  	- Drop prerequisite for IO::String on perl 5.8+

OBS-URL: https://build.opensuse.org/request/show/952261
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=31
2022-02-08 15:53:41 +00:00
5bdb00823f Accepting request 949651 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/949651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=21
2022-01-28 21:12:39 +00:00
4642f75705 Accepting request 949211 from devel:languages:perl:autoupdate
- updated to 1.271
   see /usr/share/doc/packages/perl-PPI/Changes
  1.271   2022-01-25 21:47:21Z
  	Summary:
  	- return correct name for lexical subroutines
  	- silence uninitialized warning in t/07_token.t
  	- bump minimum Test::More version to 0.96
  	- fix some typos in Pod
  	- moved repository to Perl-Critic GitHub org:
  		https://github.com/Perl-Critic/PPI

OBS-URL: https://build.opensuse.org/request/show/949211
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=30
2022-01-28 10:06:23 +00:00
6620bf4978 Accepting request 717108 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/717108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=20
2019-08-05 09:17:47 +00:00
Lars Vogdt
b4fcfa4646 Accepting request 715801 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/715801
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=28
2019-07-19 14:52:34 +00:00
f9cda33468 Accepting request 707390 from devel:languages:perl
- updated to 1.269
   see /usr/share/doc/packages/perl-PPI/Changes
  1.269   2019-05-17 18:36:46Z
  	Summary:
  	- many small documentation improvements
  
  1.268   2019-05-16 10:00:39Z
  	Summary:
  	- fix a broken link in the pod
  
  1.267   2019-05-16 09:22:34Z
  	Summary:
  	- make PPI::Test::Run more OS-agnostic
  
  1.266   2019-05-15 16:17:49Z
  	Summary:
  	- keep heredoc terminator detection from triggering regex errors
  	- small cleanups
  
  	Details:
  	- make the output of PPI::Test::Run more useful
  	- remove a superfluous import
- updated to 1.265
   see /usr/share/doc/packages/perl-PPI/Changes
  1.265   2019-05-14 12:39:51Z
  	Summary:
  	- simplified a code construct
- updated to 1.264
   see /usr/share/doc/packages/perl-PPI/Changes
  1.264   2019-04-28 14:56:28Z
  	Summary:
  	- keep vstring processing from swallowing underscores
  
  1.262   2019-04-28 11:41:54Z
  	Summary:
  	- convert newlines in some raw test files from win32 to unix
  
  1.260   2019-04-28 11:10:02Z
  	Summary:
  	- allow underscores in vstrings
- updated to 1.258
   see /usr/share/doc/packages/perl-PPI/Changes
  1.258   2019-04-27 17:05:33Z
  	Summary:
  	- remove accidentally included Test::InDistDir
  
  1.256   2019-04-26 16:40:01Z
  	Summary:
  	- allow all PPI::Document instances to have a filename attribute
  
  1.254   2019-04-26 16:23:21Z
  	Summary:
  	- recognize `for (;<$foo>;) {}` as containing a readline operator
  
  1.252   2019-04-26 14:21:36Z
  	Summary:
  	- add support for the double diamond (<<>>) input operator
  	- adjust position of a todo marker to not catch a passing test
- updated to 1.250
   see /usr/share/doc/packages/perl-PPI/Changes
  1.250   2019-04-25 16:43:32Z
  	Summary:
  	- various smaller releng changes
  
  	Details:
  	- removed dependency on File::Remove
  	- add some tests including a TODO test for misparse bug on '(1)-1'
  	- allow tests to run without pre-determined module versions
  	- add travis-perl helper to be run before install
  	- update versions of Perl Travis tests on
  
  1.248   2019-04-25 16:08:08Z
  	Summary:
  	- parse list-embedded curlies as hash constructors
  
  1.246   2019-04-25 15:33:48Z
  	Summary:
  	- support indented here-docs
  	- fixed some typos
  
  1.244   2019-04-25 15:21:51Z
  	Summary:
  	- support key-value and index-value slices in PPI::Token::Symbol symbol method
  
  1.242   2019-04-25 14:33:56Z
  	Summary:
  	- keep exponents of 2 or more zeroes from trapping PPI in an endless loop
  
  1.240   2019-04-25 14:09:24Z
  	Summary:
  	- add support for lexical subroutines from perl-5.26
  
  1.238   2019-04-25 12:03:37Z
  	Summary:
  	- only release engineering, moved to Dist::Zilla, straightened out
  	  dependencies and fixed some formatting in Changes
  
  1.237_001 Wed 15 Nov 2017
  	Summary:
  	- support postfix dereference
  	- remove dependencies on vars, base and List::MoreUtils
  	- reduce globals and cross-package variables
  	- make xt/api.t skip/run properly
  
  	Details:
  	- convert many cross-package var accesses to var imports
  	- convert several unnecessary globals to local variables

OBS-URL: https://build.opensuse.org/request/show/707390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=19
2019-06-07 16:01:16 +00:00
Lars Vogdt
aa3d96df54 Accepting request 704000 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/704000
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=26
2019-05-19 16:59:08 +00:00
Stephan Kulow
ca93454af0 Accepting request 703049 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/703049
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=25
2019-05-18 07:01:08 +00:00
ee7840ddcc Accepting request 700914 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/700914
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=24
2019-05-07 12:29:15 +00:00
Stephan Kulow
0fdc5cd38f Accepting request 698708 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/698708
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=23
2019-05-05 09:23:39 +00:00
Lars Vogdt
6d94f2ce01 Accepting request 697994 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/697994
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=22
2019-04-27 10:28:01 +00:00
3a5dcf1879 Accepting request 506347 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/506347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=18
2017-07-07 08:16:29 +00:00
Stephan Kulow
6793ce6943 Accepting request 506159 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/506159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=20
2017-06-27 05:13:15 +00:00
195ead862d Accepting request 506083 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/506083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=17
2017-06-26 13:56:24 +00:00
Stephan Kulow
75ecabf0d6 Accepting request 505598 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/505598
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=18
2017-06-25 06:38:20 +00:00
97671fc25e Accepting request 495802 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/495802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=16
2017-05-24 14:47:16 +00:00
Stephan Kulow
8d30db7480 Accepting request 495153 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/495153
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=16
2017-05-18 08:29:51 +00:00
a867dc59ca Accepting request 304752 from devel:languages:perl
- ignore File::Spec - it's tricky

- updated to 1.220
   see /usr/share/doc/packages/perl-PPI/Changes
  1.220 Tue 11 Nov 2014
  	Summary:
  	- incompatible behavior fixes on PPI::Statement::Sub->prototype
  	- improved parsing of various syntax elements
  	- code quality improvements
  	- various small documentation fixes
  
  	Details:
  	- {} is now recognized as anonymous hash constructor instead of a code
  	  block after these operators: &&= //= || && // ? :
  	  (GitHub #36) (MOREGAN)
  	- regex capture variables greater than $9 are now parsed completely,
  	  instead of being parsed as single digit captures with numbers after
  	  them (GitHub #38) (MOREGAN)
  	- DESTROY and AUTOLOAD subs are now parsed even without the sub
  	  keyword (GitHub #39) (MOREGAN)
  	- PPI::Statement::Sub->prototype behavior now matches its
  	  documentation, instead of returning the prototype string
  	  unchanged and still including the parens (GitHub #56) (MOREGAN)
  	- PPI::Statement::Sub->prototype now returns undef on subs without a
  	  prototype, instead of returning an empty string
  	  (GitHub #56) (MOREGAN)
  	- list of keywords which are not parsed as packages when followed by
  	  the Perl4 package separator ' has been increased
  	  (GitHub #77) (MOREGAN)
  	- application of a number of Perl::Critic policies and documentation

OBS-URL: https://build.opensuse.org/request/show/304752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=15
2015-05-02 15:45:10 +00:00
Stephan Kulow
46f2b14b42 - ignore File::Spec - it's tricky
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=14
2015-04-29 18:15:52 +00:00
Stephan Kulow
0f9ec06fe1 Accepting request 304676 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/304676
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=13
2015-04-29 18:10:23 +00:00
Stephan Kulow
f76d2897c2 Accepting request 249986 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/249986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=14
2014-09-22 16:50:24 +00:00
Stephan Kulow
15159299f1 - updated to 1.218
Summary:
      - Fixes for various parsing and documentation bugs
      - 1MB limit on input document size removed
      - Moved repository to GitHub: https://github.com/adamkennedy/PPI
      Details:
      - Stop directing bugs to rt.cpan.org (GitHub #40) (MOREGAN)
      - Fix documentation reference to List::Util (RT #75308) (RWSTAUNER)
      - Improve scalability of parsing long lines, and remove the size
        limit on documents PPI will parse (GitHub #5) (MITHALDU)
      - Speed up adding an element to an unlabeled statement.
        Allow inlining of some methods. (WOLFSAGE)
      - Expanded test coverage (DOLMEN, MOREGAN)
      - Convert inline tests to standalone tests (GitHub #12) (MOREGAN)
      - Fix for '1=>x' being parsed as x operator (GitHub #46) (MOREGAN)
      - Recognize that '1 x3' is the x operator followed by a 3
        (RT #37892, GitHub #27) (MOREGAN)
      - Support all augmented assignment operators (<<=, ||=, etc.)
        (RT #68176, 71705) (MOREGAN)
      - Stop upper-case "=CUT" from terminating POD (RT #75039) (JAE)
      - Support upper-case digits in hex and binary numbers, including
        in the leading '0X' and '0B'. (RT #36540) (KRYDE, MOREGAN)
      - Fix float argument to range operator misparsed as version
        string (RT #45014) (MOREGAN)
      - Fix POD markup in PPI::Find (RT #51693) (FWIE)
      - Fix spelling of "Tom Christiansen" (RT #67264) (TADMC)
      - Fix a large raft of spelling and grammar errors (RT #85049) (David
        Steinbrunner, DOLMEN, MOREGAN)
      - Fix errors in documentation of the PPI::Element class hierarchy
        (RT #30863, 69026) (SJQUINNEY)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=11
2014-09-15 15:26:01 +00:00
Stephan Kulow
3e0d9ef4cc replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=9
2011-12-06 17:46:31 +00:00
Sascha Peilicke
4bcc289b5c Autobuild autoformatter for 65702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=7
2011-04-01 07:59:26 +00:00
Sascha Peilicke
4412c24a34 Accepting request 65702 from devel:languages:perl
Accepted submit request 65702 from user coolo

OBS-URL: https://build.opensuse.org/request/show/65702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=6
2011-04-01 07:59:14 +00:00
Stephan Kulow
8af7106597 * update to 1.215
- Confirmed new Perl::Critic works with 1.214_02, so we
     can release a new PPI now.
   - Updated copyright year to 2011 (ADAMK)
   - Fixed RT #64247 bless {} probably contains a hash constructor (WYANT)
   - Backed out glob fix (WYANT)
   - Fixed RT #65199 Cast can trump braces in
     PPI::Token::Symbol->symbol (WYANT)
   - index_locations on an empty document no longer warns (WYANT)
   - Corrected a bug in line-spanning attribute support (WYANT)
   - Regression test for line-spanning attribute support (ADAMK)
   - Fixed #61305 return { foo => 1 } should parse curlys as hash
     constructor, not block (WYANT)
   - Fixed #63943 map and regexp confuse PPI? (ADAMK)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=9
2011-03-31 18:31:56 +00:00
Stephan Kulow
234e0b295f sync with O:F
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=8
2011-03-31 11:49:03 +00:00
Stephan Kulow
6406f5aac0 prepare_spec
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=7
2011-03-31 11:48:56 +00:00
Sascha Peilicke
8c2831717b Autobuild autoformatter for 65104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=5
2011-03-24 16:33:30 +00:00
Sascha Peilicke
8362fe9be1 Accepting request 65104 from devel:languages:perl
Accepted submit request 65104 from user licensedigger

OBS-URL: https://build.opensuse.org/request/show/65104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PPI?expand=0&rev=4
2011-03-24 16:33:23 +00:00