a3df635ac6
Accepting request 1269374 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/1269374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=34
2025-04-15 18:46:53 +00:00
650371f5f0
Accepting request 1174451 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/1174451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=33
2024-05-16 15:13:41 +00:00
a135ebbdae
Accepting request 1173770 from devel:languages:perl:autoupdate
...
- updated to 0.146
see /usr/share/doc/packages/perl-Path-Tiny/Changes
0.146 2024-05-08 08:27:52-04:00 America/New_York
- No changes from 0.145-TRIAL
0.145 2024-05-01 22:26:26-04:00 America/New_York (TRIAL RELEASE)
[Changes]
- Improved error message spewing to a file in a non-existent directory.
OBS-URL: https://build.opensuse.org/request/show/1173770
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=60
2024-05-16 11:58:32 +00:00
3096af654c
Accepting request 1042830 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/1042830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=32
2022-12-15 18:23:58 +00:00
Stephan Kulow
9bf1b1aa86
Accepting request 1041130 from devel:languages:perl:autoupdate
...
- updated to 0.144
see /usr/share/doc/packages/perl-Path-Tiny/Changes
0.144 2022-12-01 11:36:19-05:00 America/New_York
- No changes from 0.143-TRIAL
0.143 2022-11-26 17:46:59-05:00 America/New_York (TRIAL RELEASE)
[Testing]
- Fixed tilde expansion tests where ~root expands to '/'.
OBS-URL: https://build.opensuse.org/request/show/1041130
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=58
2022-12-14 08:57:19 +00:00
4c19b8d8d9
Accepting request 1037952 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/1037952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=31
2022-11-25 13:08:02 +00:00
Stephan Kulow
6ffa2604bf
Accepting request 1037660 from devel:languages:perl:autoupdate
...
- updated to 0.142
see /usr/share/doc/packages/perl-Path-Tiny/Changes
0.142 2022-11-09 07:06:36-05:00 America/New_York
No changes from 0.141; all changes since last stable release are summarized below.
[*** DEPRECATIONS ***]
- Tilde expansion is deprecated due to inconsistent and bug-prone behavior.
[Bug fixes]
- Prevent expansion of tildes that are not the very first character (e.g.
"./~foo"). Prevent unintentional tilde expansion during internal path
processing. Escape non-tilde glob characters before tilde expansion.
- Fixed spew/edit to a long filename approaching the filesystem length
limit.
- Internal calls to `print` are checked for possible errors.
- Internal read calls are checked for errors.
[Changes]
- Path stringification now adds "./" in front of paths starting with literal tilde
so they will round-trip. FREEZE updated to use this stringification rule as well.
- `move` now uses File::Copy::move internally instead of the built-in `rename`,
allowing it to work across filesystems. It also returns an object for the
moved location, allowing chaining.
- edit_lines_raw now uses a buffered raw I/O layer. edit_lines_utf8 now
prefers PerlIO::utf8_strict, if available.
- lines_utf8 now consistently uses a buffered I/O layer.
- open*_utf8 now prefers PerlIO::utf8_strict, if available.
- slurp_utf8 now consistently uses an unbuffered I/O layer.
[Documented]
- Changed all raw/UTF-8 layer descriptions in method documentation to match
the code.
- Fixed SYNOPSIS syntax.
- Documented how to disable TMPDIR when making temp files/dirs.
[Testing]
- Add additional tilde stringification testing.
- Fixed tilde expansion tests on Windows.
- Skip a problematic test case on cygwin.
0.141 2022-11-07 12:47:25-05:00 America/New_York (TRIAL RELEASE)
[Testing]
- Add additional tilde expansion tests
0.139 2022-11-03 15:44:46-04:00 America/New_York (TRIAL RELEASE)
[Testing]
- Skip a problematic test case on cygwin
0.137 2022-11-02 09:50:26-04:00 America/New_York (TRIAL RELEASE)
[Testing]
- Add additional tilde stringification testing.
0.135 2022-11-01 22:27:21-04:00 America/New_York (TRIAL RELEASE)
[Testing]
- Fixed additional issues with tilde expansion tests on Windows for testers
with lowercase drive letters in their userprofile.
0.133 2022-10-31 23:55:01-04:00 America/New_York (TRIAL RELEASE)
[Bug fixes]
- Path stringification now adds "./" in front of paths starting with literal tilde
so they will round-trip. FREEZE updated to use this stringification rule as well.
[Changes]
- `move` now uses File::Copy::move internally instead of the built-in `rename`,
allowing it to work across filesystems. It also returns an object for the
moved location, allowing chaining.
[Testing]
- Fixed tilde expansion tests on Windows.
0.131 2022-10-31 10:42:46-04:00 America/New_York (TRIAL RELEASE)
[*** DEPRECATIONS ***]
- Tilde expansion is deprecated due to inconsistent and bug-prone behavior.
[Bug fixes]
- Fixed spew/edit to a long filename approaching the filesystem length
limit.
- Internal calls to `print` are checked for possible errors.
- Internal read calls are checked for errors.
- Prevent expansion of tildes that are not the very first character (e.g.
"./~foo"). Prevent unintentional tilde expansion during internal path
processing. Escape non-tilde glob characters before tilde expansion.
[Changes]
- edit_lines_raw now uses a buffered raw I/O layer. edit_lines_utf8 now
prefers PerlIO::utf8_strict, if available.
- lines_utf8 now consistently uses a buffered I/O layer.
- open*_utf8 now prefers PerlIO::utf8_strict, if available.
- slurp_utf8 now consistently uses an unbuffered I/O layer.
[Documented]
- Changed all raw/UTF-8 layer descriptions in method documentation to match
the code.
- Fixed SYNOPSIS syntax.
- Documented how to disable TMPDIR when making temp files/dirs.
OBS-URL: https://build.opensuse.org/request/show/1037660
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=56
2022-11-24 16:40:46 +00:00
b2d1611487
Accepting request 1034336 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/1034336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=30
2022-11-09 11:55:58 +00:00
98fd40a736
Accepting request 1034228 from devel:languages:perl:autoupdate
...
- updated to 0.130
see /usr/share/doc/packages/perl-Path-Tiny/Changes
0.130 2022-10-20 07:08:01-04:00 America/New_York
[Bug fixes]
- mkdir no longer fails when applied to an existing directory.
0.128 2022-10-19 15:32:39-04:00 America/New_York
- No changes from 0.127-TRIAL.
0.127 2022-10-05 17:17:36-04:00 America/New_York (TRIAL RELEASE)
[Testing]
- Fixed has_same_bytes test for Windows.
0.125 2022-09-30 17:08:36-04:00 America/New_York (TRIAL RELEASE)
[*** DEPRECATIONS ***]
- The 'mkpath' method is deprecated in favor of 'mkdir'.
[Additions]
- Added 'mkdir' to replace 'mkpath', but returning the path object for chaining.
- Added `has_same_bytes` to efficiently compare the contents of two files.
[Documentation]
- Edited SYNOPSIS
OBS-URL: https://build.opensuse.org/request/show/1034228
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=54
2022-11-07 16:29:38 +00:00
797dbd950a
Accepting request 1002186 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/1002186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=29
2022-09-10 18:16:42 +00:00
Stephan Kulow
77e55c316c
Accepting request 1001427 from devel:languages:perl:autoupdate
...
- updated to 0.124
see /usr/share/doc/packages/perl-Path-Tiny/Changes
0.124 2022-09-02 11:06:12-04:00 America/New_York
- No changes from 0.123-TRIAL.
0.123 2022-08-29 11:06:49-04:00 America/New_York (TRIAL RELEASE)
[Documentation]
- Added link to `touchpath` in the `mkpath` docs.
- Fixed example in `tempfile` docs.
OBS-URL: https://build.opensuse.org/request/show/1001427
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=52
2022-09-08 19:47:05 +00:00
2392bc5c72
Accepting request 947649 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/947649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=28
2022-01-22 07:17:57 +00:00
a030205830
Accepting request 947253 from devel:languages:perl:autoupdate
...
- updated to 0.122
see /usr/share/doc/packages/perl-Path-Tiny/Changes
0.122 2022-01-16 10:05:08-05:00 America/New_York
- No changes from 0.121-TRIAL.
0.121 2022-01-08 11:05:33-05:00 America/New_York (TRIAL RELEASE)
[Additions]
- Adds `size` and `size_human` methods. The latter gives `ls -lh` style
output, with options to choose base2 or base10 forms.
OBS-URL: https://build.opensuse.org/request/show/947253
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=51
2022-01-20 10:23:45 +00:00
65efadb8d9
Accepting request 927519 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/927519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=27
2021-10-29 20:33:51 +00:00
ad787f3b6f
Accepting request 927287 from devel:languages:perl:autoupdate
...
- updated to 0.120
see /usr/share/doc/packages/perl-Path-Tiny/Changes
0.120 2021-10-24 12:12:57-04:00 America/New_York
- No changes from 0.119-TRIAL.
0.119 2021-10-20 18:15:24-04:00 America/New_York (TRIAL RELEASE)
[Changes]
- The `tempdir` and `tempfile` methods may be called on a Path::Tiny object
representing a directory, in which case the directory will be used as the
container for the temporary object (as if the `DIR` argument were used).
OBS-URL: https://build.opensuse.org/request/show/927287
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=50
2021-10-26 12:47:50 +00:00
b443380bcf
Accepting request 869979 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/869979
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=26
2021-02-11 11:45:19 +00:00
Christian Wittmer
71c17db915
Accepting request 869780 from devel:languages:perl:autoupdate
...
- updated to 0.118
see /usr/share/doc/packages/perl-Path-Tiny/Changes
0.118 2021-02-04 19:09:58-05:00 America/New_York
- No changes from 0.117-TRIAL.
0.117 2021-01-31 21:22:29-05:00 America/New_York (TRIAL RELEASE)
[Tests]
- Skip symlink tests on Windows by actually testing symlinks, as Perl
5.33.5 adds notional support but it's not possible without elevated
privileges.
OBS-URL: https://build.opensuse.org/request/show/869780
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=48
2021-02-06 13:50:24 +00:00
d9b1305b72
Accepting request 867233 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/867233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=25
2021-02-01 12:25:27 +00:00
ada12f417c
Accepting request 866755 from devel:languages:perl:autoupdate
...
- updated to 0.116
see /usr/share/doc/packages/perl-Path-Tiny/Changes
0.116 2021-01-22 10:32:22-05:00 America/New_York
- No changes from 0.115-TRIAL.
0.115 2021-01-19 12:01:33-05:00 America/New_York (TRIAL RELEASE)
[Tests]
- Fixes tests on MSYS without symlinks enabled.
OBS-URL: https://build.opensuse.org/request/show/866755
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=46
2021-01-27 16:13:26 +00:00
4024ca21f3
Accepting request 824122 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/824122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=24
2020-08-04 18:16:13 +00:00
b1ebc81cab
Accepting request 823584 from home:tinita:branches:devel:languages:perl
...
- Revert last change as requested (File::Path 2.07 -> 2.070000)
OBS-URL: https://build.opensuse.org/request/show/823584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=44
2020-08-03 12:23:47 +00:00
c0f2fc69d8
Accepting request 823127 from home:tinita:branches:devel:languages:perl
...
- Fix File::Path version (2.07 vs. 2.070000)
OBS-URL: https://build.opensuse.org/request/show/823127
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=43
2020-07-28 13:48:48 +00:00
e1fff624b2
Accepting request 798896 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/798896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=23
2020-05-01 09:08:30 +00:00
0b1d14138e
Accepting request 798658 from devel:languages:perl:autoupdate
...
- updated to 0.114
see /usr/share/doc/packages/perl-Path-Tiny/Changes
0.114 2020-04-26 10:10:29-04:00 America/New_York
- No changes from 0.113-TRIAL.
0.113 2020-04-14 16:06:58-04:00 America/New_York (TRIAL RELEASE)
[Fixes]
- Uses \z instead of $ in regular expressions
OBS-URL: https://build.opensuse.org/request/show/798658
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=41
2020-04-29 11:52:50 +00:00
b10f503e30
Accepting request 768756 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/768756
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=22
2020-02-03 10:27:00 +00:00
133dd7795b
Accepting request 768705 from devel:languages:perl:autoupdate
...
- updated to 0.112
see /usr/share/doc/packages/perl-Path-Tiny/Changes
0.112 2020-01-28 22:12:16-05:00 America/New_York
- No changes from 0.111-TRIAL.
0.111 2020-01-23 10:54:48-05:00 America/New_York (TRIAL RELEASE)
- Another test fix on Windows, possibly due to a behavior change in
Cwd::getdcwd.
OBS-URL: https://build.opensuse.org/request/show/768705
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=39
2020-01-30 14:27:31 +00:00
df34cc940a
Accepting request 764295 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/764295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=21
2020-01-20 21:47:46 +00:00
4c52106475
Accepting request 764246 from devel:languages:perl:autoupdate
...
- updated to 0.110
see /usr/share/doc/packages/perl-Path-Tiny/Changes
0.110 2020-01-13 13:11:38-05:00 America/New_York
- No changes from 0.109-TRIAL.
0.109 2020-01-02 12:24:25-05:00 America/New_York (TRIAL RELEASE)
- Fixes tests on Windows, particularly with newer File::Spec.
OBS-URL: https://build.opensuse.org/request/show/764246
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=37
2020-01-14 12:44:31 +00:00
be106181f6
Accepting request 631315 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/631315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=20
2018-08-27 10:55:59 +00:00
2ec8c95266
Accepting request 626558 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/626558
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=35
2018-08-24 11:06:28 +00:00
71be0814b2
Accepting request 623030 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/623030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=19
2018-07-18 20:37:22 +00:00
Stephan Kulow
65210749c8
Accepting request 622862 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/622862
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=33
2018-07-16 06:43:27 +00:00
7a05be7f1f
Accepting request 459306 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/459306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=18
2017-02-22 12:44:49 +00:00
Stephan Kulow
7092654987
Accepting request 458765 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/458765
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=31
2017-02-20 18:46:02 +00:00
0290cd1ea4
Accepting request 456910 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/456910
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=17
2017-02-16 15:46:50 +00:00
Stephan Kulow
7765462c8c
Accepting request 456811 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/456811
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=29
2017-02-13 18:38:55 +00:00
6bae930eab
Accepting request 434402 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/434402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=16
2016-10-18 08:36:36 +00:00
Stephan Kulow
ebbc94c20c
Accepting request 434250 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/434250
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=27
2016-10-12 05:51:47 +00:00
21a12c90bc
Accepting request 406459 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/406459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=15
2016-07-10 16:45:31 +00:00
Stephan Kulow
1f281c0b0d
Accepting request 406418 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/406418
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=25
2016-07-04 15:20:29 +00:00
f76e9787dc
Accepting request 398555 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/398555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=14
2016-07-03 10:17:58 +00:00
Stephan Kulow
b70b047ba2
Accepting request 398472 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/398472
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=23
2016-05-28 13:07:41 +00:00
4b23e59dd3
Accepting request 394288 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/394288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=13
2016-05-12 07:32:55 +00:00
Stephan Kulow
55af23461e
Accepting request 393844 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/393844
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=21
2016-05-09 05:37:07 +00:00
9d83d87b6c
Accepting request 385083 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/385083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=12
2016-04-08 07:38:28 +00:00
Stephan Kulow
f31f9b4338
Accepting request 383997 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/383997
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=19
2016-04-06 06:41:08 +00:00
ccd4cfc363
Accepting request 368898 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/368898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=11
2016-03-16 09:24:54 +00:00
Stephan Kulow
e04a3a9864
Accepting request 368217 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/368217
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=17
2016-03-09 06:37:07 +00:00
Stephan Kulow
555db787de
Accepting request 345321 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/345321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=10
2015-11-22 10:00:43 +00:00
Stephan Kulow
78841e55d1
Accepting request 345180 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/345180
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=15
2015-11-19 18:06:47 +00:00
Stephan Kulow
6b29170f6a
Accepting request 317779 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/317779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=9
2015-07-22 07:19:43 +00:00
Stephan Kulow
f27bc57f9d
Accepting request 317762 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/317762
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=13
2015-07-21 11:31:48 +00:00
40ce4f0cec
Accepting request 314315 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/314315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=8
2015-06-30 08:19:11 +00:00
Stephan Kulow
f63ca801b6
Accepting request 314302 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/314302
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=11
2015-06-29 04:54:17 +00:00
ba2d7f6b7c
Accepting request 296051 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/296051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=7
2015-04-15 14:23:26 +00:00
Stephan Kulow
58ae7581b4
Accepting request 295945 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/295945
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=9
2015-04-14 05:41:40 +00:00
Stephan Kulow
bb1a817f4d
Accepting request 210000 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/210000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=5
2013-12-10 16:44:41 +00:00
15585e9b30
update
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=7
2013-12-09 13:37:46 +00:00
Tomáš Chvátal
7e9bdf5b33
Accepting request 202631 from devel:languages:perl
...
- updated to 0.038
[ADDITIONS]
- Added 'is_rootdir' method to simplify testing if a path is
the root directory
[FIXES]
- Fixed for v5.8
[PREREQS]
- No longer lists 'threads' as a prerequisite. If you have a threaded
perl, you have it and if you're not, Path::Tiny doesn't care.
OBS-URL: https://build.opensuse.org/request/show/202631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=4
2013-10-21 13:14:22 +00:00
Stephan Kulow
55fef0c912
update
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=5
2013-10-08 15:50:59 +00:00
Stephan Kulow
6c468fc94f
Accepting request 201042 from devel:languages:perl
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/201042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=3
2013-09-27 15:56:54 +00:00
486c3d57ed
update to version 0.035
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=3
2013-09-25 07:49:14 +00:00
Stephan Kulow
7008affcb7
Accepting request 184913 from devel:languages:perl
...
needed by MooseGetOpt
OBS-URL: https://build.opensuse.org/request/show/184913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=1
2013-08-01 13:58:56 +00:00
Stephan Kulow
b917559a58
initial package
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=1
2013-07-30 05:43:52 +00:00