7
0

10 Commits

Author SHA256 Message Date
Lars Vogdt
c9ca729958 Accepting request 1269384 from devel:languages:perl:autoupdate
- updated to 2.05
   see /usr/share/doc/packages/perl-Pod-Usage/Changes
  2.05      2025-03-29
  - merged PR #27, fixing spurious Exporter inheritance
  2.04      2025-03-25
  - merged three pull requests, removing the internal Pod::PlainText
  - fixed Github: Relies on formatter to inherit from Exporter #17

OBS-URL: https://build.opensuse.org/request/show/1269384
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Usage?expand=0&rev=18
2025-04-17 16:19:41 +00:00
Lars Vogdt
6b6554520d Accepting request 979955 from devel:languages:perl:autoupdate
- updated to 2.03
   see /usr/share/doc/packages/perl-Pod-Usage/Changes
  2.03      2022-05-21
  2.02      2022-05-21
  - merged two pull requests (https://github.com/Dual-Life/Pod-Usage),
    thanks Nicolas and Karl

OBS-URL: https://build.opensuse.org/request/show/979955
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Usage?expand=0&rev=16
2022-06-02 08:05:40 +00:00
8c20079e5b Accepting request 841711 from devel:languages:perl:autoupdate
- updated to 2.01
   see /usr/share/doc/packages/perl-Pod-Usage/Changes

OBS-URL: https://build.opensuse.org/request/show/841711
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Usage?expand=0&rev=14
2020-10-14 09:41:58 +00:00
4dda18e104 Accepting request 785499 from devel:languages:perl:autoupdate
- updated to 1.70
   see /usr/share/doc/packages/perl-Pod-Usage/CHANGES
  1.70 (marekr)
  - CPAN#115847: pod2usage exits with error when using "-verbose 3" with STDIN
    Addressed in pod2usage script, and updated POD
  - CPAN#122941: Pod::Usage::pod2usage() problem with $Config{scriptdir}
    Should be fixed by 1.69 already; reviewed code
  - CPAN#121489: I<> not emphasized when used with Pod::Text::Termcap
    Added specific support of ::Termcap
  - CPAN#114697: Sample code syntax error in documentation for Pod-Usage
    Fixed. Well spotted!
  - CPAN#125337: Typo in pod
    Fixed. Well spotted, too!
  - CPAN#130418: Fix parent directory in pod2usage auxiliary script
    Patch accepted, thanks!
  - CPAN#131845: $Config{pager} string can have arguments
    fixed by changing the system() command from using the array form to
    string form, and escape/quote the file path to protect any metacharacters
    in the file path
  - CPAN#131844: preferring PAGER to $Config{pager}
    Fixed with the above CPAN#131845

OBS-URL: https://build.opensuse.org/request/show/785499
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Usage?expand=0&rev=12
2020-03-16 16:17:10 +00:00
Stephan Kulow
ae31cf38d7 Accepting request 399102 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/399102
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Usage?expand=0&rev=10
2016-06-01 04:48:37 +00:00
Stephan Kulow
e195ccabb8 Accepting request 397475 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/397475
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Usage?expand=0&rev=9
2016-05-25 07:38:24 +00:00
Stephan Kulow
39a5757317 Accepting request 297205 from devel:languages:perl:autoupdate
- updated to 1.67
   see /usr/share/doc/packages/perl-Pod-Usage/CHANGES
  1.67 (marekr)
  - added options -perlcmd and -perldoc to allow for non-standard installations
    of perl and the perldoc script. Thanks to Markus Jansen for the patch
  
  1.66 (marekr)
  - CPAN#102116: pod2usage() -sections omits section with subsection specified
      added more precise documentation about the -section syntax and semantics
  - CPAN#102117: pod2usage() changes formatting
      added documentation to describe what formatting changes pod2usage applies
  - CPAN#102101: New tests fail when in core
      changed the way the tests find their dependencies. Thanks to BINGOS for
      the patch, applied in slightly modified way
  
  1.65 (marekr)
  - CPAN#81059: [RT #115534]: Pod::Usage Failes to Select -sections with Negation
      fixed a specific corner case for section selection
  - CPAN#101538: Pod::Usage doesn't handle E<copy> correctly
      introduced a utf8 option; this may actually not solve the problem, but
      it is the best we can do for the moment
  - CPAN#101581: pod2usage() -sections omits marked-up text from =head lines
      make sure that marked-up text is not skipped

OBS-URL: https://build.opensuse.org/request/show/297205
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Usage?expand=0&rev=7
2015-04-16 16:06:44 +00:00
Stephan Kulow
53b423fa35 - updated to 1.64
- CPAN#93170: Abstract in pod doesn't follow convention
     fixed the NAME section
 - CPAN#86932: documentation does not work with use strict
     rewritten parts of the DESCRIPTION section
 - CPAN#86776: "pod2usage -verbose 2 FILE" is broken when perldoc is missing
     verified that pod2usage acts decently if perldoc is missing
     note: a Perl installation without perldoc is like a haunted house
     without ghosts
 
 1.63 (marekr)
 - CPAN#85477: Module version not updated in last release
   ...fixed
 - CPAN#85478: typo fixes
   ...corrected
 
 1.62 (marekr)
 Patches provided by rjbs - many thanks!
 - These commits update Pod::Usage to only use Pod::Simple, so that any
   reliance on Pod::Parser is removed, making it easier to remove Pod::Parser
   from core.
 - [PATCH 1/4] update Makefile: strict, INSTALLDIR, 5.6
 - [PATCH 2/4] we will start to require perl 5.6 from here on out
 - [PATCH 3/4] always use Pod::Text as default base class
 - [PATCH 4/4] eliminate the branch in which Pod::Parser would be used
   This commit is intended entirely to free Pod::Usage from any reliance on
   Pod::Parser.
   * Usage.pm now defaults to using Pod::Text, rather than checking $] to pick.
   * $Pod::Select::MAX_HEADING_LEVEL is replaced with a local var
   * &Pod::Select::_compile_section_spec is copied into this module

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Usage?expand=0&rev=4
2014-09-17 19:38:21 +00:00
Lars Vogdt
9607a5e685 - fix build on old distributions by renaming the binaries for now
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Usage?expand=0&rev=2
2013-05-11 20:17:27 +00:00
Lars Vogdt
dfb75bfc7f - initial package 1.61
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Usage?expand=0&rev=1
2013-05-08 15:29:17 +00:00