perl-Path-Tiny-0.076-1.fc23$>oҌepޭi7Ou V>:.?.d  0DHWfn }       4       Fl 0( <8 H#9 #:#G*p H* I* X*Y*\* ]+ ^+nb,,d- e-%f-(l-*t-H u-l v-w.4 x.X y.| ..Cperl-Path-Tiny0.0761.fc23File path utilityThis module attempts to provide a small, fast utility for working with file paths. It is friendlier to use than File::Spec and provides easy access to functions from several other core file handling modules. It doesn't attempt to be as full-featured as IO::All or Path::Class, nor does it try to work for anything except Unix-like and Win32 platforms. Even then, it might break if you try something particularly obscure or tortuous. All paths are forced to have Unix-style forward slashes. Stringifying the object gives you back the path (after some clean up). File input/output methods flock handles before reading or writing, as appropriate. The *_utf8 methods (slurp_utf8, lines_utf8, etc.) operate in raw mode without CRLF translation.Vgarm04-builder08.arm.fedoraproject.orgFedora ProjectFedora ProjectASL 2.0Fedora ProjectDevelopment/Librarieshttp://search.cpan.org/dist/Path-Tiny/linuxnoarch B,3mp*A큤A큤A큤VfVIVIVIVfVIV]V]VI67cc36c22366b1f3cf4a7296f067b1a897b1625cdd136bc91dfc788a991133171be36a58583ffe178c4c320098e59f98667d1866451ace145521b038aa0300e3c2891b3642f4793466adfeecf0948020dca27529b06d05ae11aa588409cc52dfa999b03d2b80e5c7f987289ac835fa2d88cafa9f0df24adf8a1fd21e175acd795df9c8e4363b6b48f0e0c4fcebd7ff948f305f8e9b0c78c59ef0ece1267ae68bef9e48195fe6e5b42c377e5b94d4e29d2b5ee326c94f2d69757ce8a01b58886drootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Path-Tiny-0.076-1.fc23.src.rpmperl(Path::Tiny)perl(Path::Tiny::Error)perl-Path-Tiny@ @@ @ @ @@@@    perlperl(:MODULE_COMPAT_5.22.1)perl(Carp)perl(Config)perl(Cwd)perl(Digest)perl(Digest::MD5)perl(Digest::SHA)perl(Exporter)perl(Fcntl)perl(File::Copy)perl(File::Glob)perl(File::Path)perl(File::Spec)perl(File::Temp)perl(File::stat)perl(Unicode::UTF8)perl(constant)perl(overload)perl(strict)perl(threads)perl(warnings)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0:5.0080011.035.455.572.073.400.180.583.0.4-14.6.0-14.0-15.2-14.13.0-rc1VI@U4@UU3@UUrUQTTeT[bT=@T$T!`Tk@SSSShRx@RR@Ra"R[RZ@RW@RUE@RL RD!RA~RA~R1R)R%@R$}R$}Paul Howarth - 0.076-1Paul Howarth - 0.072-1Paul Howarth - 0.070-2Paul Howarth - 0.070-1Fedora Release Engineering - 0.068-3Jitka Plesnikova - 0.068-2Paul Howarth - 0.068-1Paul Howarth - 0.065-1Paul Howarth - 0.061-1Paul Howarth - 0.060-1Paul Howarth - 0.059-1Paul Howarth - 0.058-1Paul Howarth - 0.057-1Jitka Plesnikova - 0.056-2Paul Howarth - 0.056-1Paul Howarth - 0.055-1Fedora Release Engineering - 0.054-2Paul Howarth - 0.054-1Paul Howarth - 0.052-1Paul Howarth - 0.051-1Paul Howarth - 0.049-1Paul Howarth - 0.044-1Paul Howarth - 0.043-1Paul Howarth - 0.042-1Paul Howarth - 0.041-1Paul Howarth - 0.040-1Paul Howarth - 0.038-1Paul Howarth - 0.037-1Paul Howarth - 0.035-1Paul Howarth - 0.034-1Paul Howarth - 0.033-1Paul Howarth - 0.032-1Paul Howarth - 0.031-3Paul Howarth - 0.031-2Paul Howarth - 0.031-1- Update to 0.076 - Tilde expansion on Windows was resulting in backslashes; now they are correctly normalized to forward slashes - Typos fixed - Fixed spewing to a symlink that crosses a filesystem boundary - Add Test::MockRandom to META as a recommended test prerequisite- Update to 0.072 - Fixed incorrect error argument for File::Path functions (mkpath and remove_tree)- Fixed incorrect error argument for File::Path functions (mkpath and remove_tree) (GH#144)- Update to 0.070 - The 'copy' method now returns the object for the copied file - The 'visit' method only dereferences the callback return value for scalar refs, avoiding some common bugs- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild- Perl 5.22 rebuild- Update to 0.068 - Added exclusive locking option to filehandle opens; spew now exclusively locks tempfile used for atomic writes- Update to 0.065 - Added 'assert' method - Added 'visit' method - Added support for a negative count for 'lines' to get the last lines of a file - Fixed tilde expansion if path has spaces - Make realpath non-fatal if the parent path exists and only the final path component does not (was fatal on Windows and some Unixes) - Removed redundant locking on tempfile use for spewing - Work around File::Temp bugs on older ActiveState Windows Perls https://bugs.activestate.com/show_bug.cgi?id=104767 - Fixed SYNOPSIS example- Update to 0.061 - Fixed append_utf8 and append_raw with 'truncate' option- Update to 0.060 - Added 'truncate' option to append for in-place replacement of file contents- Update to 0.059 - Fixed precedence bug in the check for Unicode::UTF8- Update to 0.058 - Added a 'sibling' method as a more efficient form of calling $path->parent->child(...). - Documentation for every method annotated with the version number of the last API change- Update to 0.057 - On AIX, reads that default to locking would fail without write permissions, because locking needs write permissions; the fix is only to lock reads if write permissions exist, otherwise locking is skipped- Perl 5.20 rebuild- Update to 0.056 - Fixed problem throwing errors from 'remove' - The 'digest' method now takes a 'chunk_size' option to avoid slurping files entirely into memory - The 'dirname' method is deprecated due to exposing File::Spec inconsistencies - Use %license- Update to 0.055 - tempfile/tempdir won't warn if used as functions without arguments- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild- Update to 0.054 - The 'is_file' method now does -e && ! -d and not -f because -f is often more restrictive than people intend or expect - Added 'chmod' method with symbolic chmod support ("a=r,u+rx") - The 'basename' method now takes a list of suffixes to remove before returning the name - Added FREEZE/THAW/TO_JSON serialization helpers - When constructing a Path::Tiny object from another, the original is returned unless it's a temp dir/file, which significantly speeds up calling path($path) if $path is already a Path::Tiny object - Constructing any path - e.g. with child() - with undef or zero-length parts throws an error instead of constructing an invalid path- Update to 0.052 - Backslash-to-slash conversion now only happens on Windows (since backslash is legal on Unix, we must allow it)- Update to 0.051 - Recursive iteration won't throw an exception if a directory is removed or unreadable during iteration- Update to 0.049 - Added 'subsumes' method - The 'chomp' option for 'lines' will remove any end-of-line sequences fully instead of just chomping the last character - Fixed locking test on AIX - Revised locking tests for portability again: locks are now tested from a separate process - The 'flock' package will no longer indexed by PAUSE - Hides warnings and fixes possible fatal errors from pure-perl Cwd, particularly on MSWin32 - Generates filename for atomic writes independent of thread-ID, which fixes crashing bug on Win32 when fork() is called- Update to 0.044 - Fixed child path construction against the root path - Fixed path construction when a relative volume is provided as the first argument on Windows; e.g. path("C:", "lib") must be like path("C:lib"), not path("C:/lib") - On AIX, shared locking is replaced by exclusive locking on a R/W filehandle, as locking read handles is not supported- Update to 0.043 - Calling 'absolute' on Windows will add the volume if it is missing (e.g. "/foo" will become "C:/foo"); this matches the behavior of File::Spec->rel2abs - Fixed t/00-report-prereqs.t for use with older versions of CPAN::Meta::Requirements- Update to 0.042 - When 'realpath' can't be resolved (because intermediate directories don't exist), the exception now explains the error clearly instead of complaining about path() needing a defined, positive-length argument - On Windows, fixed resolution of relative paths with a volume, e.g. "C:foo" is now correctly translated into getdcwd on "C:" plus "foo"- Update to 0.041 - Remove duplicate test dependency on File::Spec that triggers a CPAN.pm bug- Update to 0.040 - The 'filehandle' method now offers an option to return locked handles based on the file mode - The 'filehandle' method now respects default encoding set by the caller's open pragma- Update to 0.038 - Added 'is_rootdir' method to simplify testing if a path is the root directory- Update to 0.037 - No longer lists 'threads' as a prerequisite; if you have a threaded perl, you have it and if you've not, Path::Tiny doesn't care - Fixed for v5.8- Update to 0.035 - Fixed flock warning on BSD that was broken with the autodie removal; now also applies to all BSD flavors- Update to 0.034 - Exceptions are now Path::Tiny::Error objects, not autodie exceptions; this removes the last dependency on autodie, which allows us to support Perls as far back as v5.8.1 - BSD/NFS flock fix was not backwards compatible before v5.14; this fixes it harder - Lowered ExtUtils::MakeMaker configure_requires version to 6.17- Update to 0.033 - Perl on BSD may not support locking on an NFS filesystem: if this is detected, Path::Tiny warns and continues in an unsafe mode (the 'flock' warning category may be fatalized to die instead) - Added 'iterator' example showing defaults- Update to 0.032 - Removed several test dependencies; Path::Tiny now only needs core modules, though some must be upgraded on old Perls- BR: perl(Config) for the test suite (#1003660)- Sanitize for Fedora submission- Initial RPM version 0.0760.076-1.fc23perl-Path-TinyCONTRIBUTING.mkdnChangesREADMEperl-Path-TinyLICENSEPath::Tiny.3pm.gzPathTiny.pm/usr/share/doc//usr/share/doc/perl-Path-Tiny//usr/share/licenses//usr/share/licenses/perl-Path-Tiny//usr/share/man/man3//usr/share/perl5/vendor_perl//usr/share/perl5/vendor_perl/Path/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=neon -mfloat-abi=harddrpmxz2noarch-redhat-linux-gnueabidirectoryASCII textUTF-8 Unicode texttroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)Perl5 module source text PPRRRRR RRRRutf-8?`7zXZ !#,Ou=]"k%{^/dsnшgnXW\%Hs< `޴iLT >͖zQ8?B!M&c cA`4FǸ9ISUfwI^}5\_Ֆ!a?YGv/+pl2>ZH$ sF'8i-9وۢf?wipaԴ4<.ft$Dt7f 8߉΋.}g>Mh6z2UM[te."cgg81J:YAf?뤺==Y󈓆)uҕ juhY}Bh2V7]ΰ 5 f5l4ڋ=LkV BdF/c >&dm0x7Hp0&wG 7<ܵ+J#Cۧ~lb-}R15K#R7{!y^[O|7R8o$E,')JJa h}^UE$Ke>$y0Z`A]#>A<"ZˡՈfGwqvʚ0IJDdA$h\k2BK2 ^,U |E f$r=} 8-|3VBEPuPuJq߼GTCR9_kgY4jcNvh2AM }\v|T |2 V] -'wk6NxvE=|cc)CjPs\}*ǹ`C&aj"T:XS IٰY^-a*:QI=x7{ f`p~~`Ӊ wm]I qY92#9~83X<*iSDLAE:\WgڻPRl8@pmLm-,T|qp:h ?`Kɶb'b B2k5ez ("#Id˶u tS_r?ggM[;zegSDANsK;o#okGL߄D:2x¯V@yH}H}t!*ΕWj U>^D^"O7 Ov7 ғp\ߎQ5q*DfVMa8H$Pp'%Bڏ{F'ކ{6ryh44 YY}yijkLixIN A/SA ߒZa CƍHT󷁬Xi졸/L*Bf}o7>?>ܽ,p^wh.(mn!"XmɊJ名#LŤFG3Y2@U}7#6\Giܒ,8~k>$ Ng!.[hvy'wlʘ8H<$e)mn!Y"\Ϗ5HgF3 FA'xiN،Fz!!\7=d洂w ';a)b߸MiC/9[&Fuz1PS%ku◻L-p׻=Xlg&zK0&u(2FL0!n@ϯb>Nnecb$<#CS!6cWr,AZ Ȅ:Y@dAlK3mV-)cCj ^Y.n.kr؂ 9 47UojIJ*zBGLU{s6J?c1覀9t|{HY ?Nn41g `ymGڷBn^\V1)r0RW;1*הN]!w`wD=1]b2Lyqya[H˜ZS"]^ȴU|gG" '/5!Ў wJRsCr~{jh(5tRya߁#cX&>sQC.̥r24C+#C%Q,,L;@Mu׽=]KfG6.@zץ^~ `k QO,K<}o'NO#_c;_lQ#l$Fg=3:3 !4jWǏVХ:'z/\y== lJ$!WLTo3y`QA?(Lw2}ʨGFo^+K2%EKB{}H# y1[J + bsAc8 /ɿJ@@IFQB8+u]g<  7M{#:|9-ҮY&, mFPh9 nHMgR<(Q)eToZs}2oMYK4a2 [m˂E4^߅vM<£\T</W,X|+U}Yyi9R*KxU ET^n2n#sںL xg2R˕r2smǑ:Qϋ5:3aX9V640WO:Ϗ`YaɴK+}ʧhRV1KZW^OAK/LC0TM)Neozc y W7-KY9+%)B֤c٤bق.0+'ҰG`/kکTJihR.*{opz%;~`#"r6BvdsLꀨ opj8n.QiRADdQ:g#P,=D!Ђm}'}OR>K?J :^94/9~O :8Ur] >QxdKwƪCA>_q܆VEz͉.^ڮE)}2-3}.b?ɾMje~Pttf{M[ZeaEX쀊[d?| :;e4³ӝȕY,D j$rZ`z ~e&rW=*EA/^'F0 v Nh#JdwQ%}h -Fk= ;Θ|pGI-8o?#AwFޚ,1Ƀ19HOxri24ycз7 ǔ9w3{eV|qS/IM)T T<.ghw\)06X9Kzbh`"(s@xWKWlFm ٹ \FEU 6B&_Cx`ݣ5ȅ )y|XsP0nRIֺgRY8;3.'}ҷ ˟ҝ?s;{q`m[ L^@аI`r ((: 4REZ)ex t@^r Zhk͚ 7k$BԬ=^90cδ Q(*/2y®L/Tp?O."|(`_u?;-i㞋]s4I3u5ihOBxФd0\^U:,ΜEÖi0$3ʟ<Х-JA :B53 %u4lGcr.ħ +("(tW8t¿+es_]BȻm9d-BT/GQ[0&y ɗ%Bh\U8 &i LrphUe~W]𓫉zܥaC߃9 ON_Y~t")ӿ(:_鲀<*M"J6v Y/7tn,2)W|N>Rj=|?2I\Ğ7nKf˪T7NJ g *T:KĉYгjH]n1-ߌY/H&${,3[Vt YЭY`38&/v4}jKƄ"nKzfE^CX\ٷ_`Xleqb'Ac;a(+g *-l6+ C3wB WܫZ $j1{:&ОN6`˳ {zb%ߨ /+<oM ?!+Naf,6_΍FНN\-zM\QLħ}nK3s؟@~sD~uNUSYHBP6Aa(V!i1yHC^,1" r( O s<-A"ӏX0(`!Za cmp ƉsL1y:S37b^*s뺃γƴ\ Jj@9*\PZ7Y٢DwG@܀ʏ .Ğ4;m < 7Ek9領6J)? N/Ɍ1COnͬ€l#oZ6#ێ)[?xtLc0 2 7¨}"Sl_ `/CzؚXZ8>w Q0A٫4atR[~5;ybW؈ VA]vV^ܰ\Ag>CZ]\ՌerqnSؤ.0c=EsؐomXI*/zeRwHf*eqO~ mӈ3oI99rɓʹl}_1NubCP5,S1-Ka ܰzsi*{LN"U ھb9ErpJq9ߕQbY.b[nW5|Z׸̒2.ΜވX`\ u u3B58\ @㇧s+Ĵ&!B: ҆.w.3BڣBwԵ&I5 T4\QABτTy"@$3j9h7zp8g6Vl7eRJ`T,W,`˷x@@oYAf/ F:C 2-*&YTqHH' 1'G |NT.1أRQB-ɍ JW)7:o)f,L-NaZ"ޝh&9 xF}bКښH(Cߪ|_}|J/>SGr ,|3ܘDu*Ņ5U5ޚ1Rm֦~1*9c-kn\Zlõ蓞qO,3^@v7\@5@q n 6ܨ늰 ։3 7?I' e7^I=OH Z,EᷕnpZjm&_[q${QQif7oν u?$E2%@ōr>Ѵ س)q<x: =U8)ET1;_{Ym+5MՃ*HB &k#'(JcIe;~erz]aKϺ* ϷhX1+zm }xj_zy:B;WJ܃z.)!+krwYr^`jx 6p;7eQ* 6lw57M@HfVʟ95nӑl&&hjc$SX÷@z}[칷ICcWPttJǧZ`DG:kW4) BY:⽂[ٟMͨv_%E>k#'Պ Aukrf/vоc!9Lv$^R#-&#U+B˳!/ϫ< ]7&{T#.T}űv{zVc?:h-4޵oR\ygL.aXSٗ>ЩJ,0˛&'f˽d+Vq&#zrqYo2\_]-*LS'`ɮHxwLɾ7ѓ0DΧ|эqHGo h5XzA|K\qÐʪϔ?gJ*D) sh|4j٬!,9X=9:1z6g^\ݣ0KfcbCS M@o.?ӫǶL8r]!Az 9.}WeH,HvqNzީ3hjtpoM k;2sF}lM\Qe[X 1<0X2JNel>#LgjĽ>{?FP\ŎRmĤ7^-znF0$VmUEXIMY11? < %@q"V]5Ѻu<[a¼RHqĝzsΤ0|4qL[EߐDwۓ*Ka;;= | @,),F~7VU HmD!xHę!^ Bcj1y @@@-,Ϊ{Z_tk]2K_/ (Q 7Hx7|VxQ}u\0X2|uZi(Y3弁bH$!;4"ɔC1vYGl9ERism$-'Ѹ;$; n-NK?>0 (wʻ䂑p/hUĚps@R(c,|[SZ9G{Z&Jf 47َ?qo/{[boVy-.-e{hPK:۳fd)ah%ӯK}t*OPEed Y3w($$h+p,^Ĥn!jӝhFEV*ayވW4N-:bEQ|&S >7m8 ˪s08r.iߓ6 >gm.~BhN2}[Kb!4-PR/){o'S}!ϑ'B)C!N@c ;d?O71Pv3DIhOۃn3AO fhu3MG x%O.3Φ Gri6Hܰ*u^ 1q̛] 0oH|JD~F`oOtr[pRH )!qrZW5<]̿K T06(&ZEb9S鈰1%YB駹om~B]fn)]v_-/O3l4Tg2J;Pӱ)0oe~)r.;ܖ/hDH{>&wj>z)hxS]Tдz;Iy6.ͥM҃@H- 'Rk'媑LLs{M ]s΄M`# jŐsnosU',BW(cRlPV-_W5gT_w_#- "~9?rhpK>MMP%ǐKyo>MX$nձR>oD.U } !Y'zYwLwM6ݹMxCPw۴I>3LYKJ$%J! g9m` 7i7H6i876 0z Z;8'Bw2x*9r:BVGz2Q&.>MH;Sy'(@N3)jGjgSQq>\Tx`0 r+>oɚ2'Xr:O|• b[H3Ղ9KH)z~{|qZ@tVi4L"QXfHsng$5b~a$iP˿n#|qbe+ns-A#gX7[өFrN*V&kԠB9ڔMa!#tyf cE_}(T(wl!o٭MTDQT \DFy9xm\aJʙH>ػdc(K q׿KK٧HE!4_F4?߱{>Kڣ-p X߹ƁzIzb͵Ʋ4I 3ʭηWyN*u g-jaXM`-;cn͖$We/։pUi>^F,d4x}vM*9*gP ;%mbW@dNLO5߀`1[;Z/=uL&0G'cS}*#Y ps}r`~R՜\(׿ՏqKN8Ӿk %g8\KQch[o]YbU8QLmY+|n;2ooj^ԭJɭ c[y.c8w&!&I OiipڍD?;6ݑplCbf4)mbb-_"+.1H>!"OrAE|NF?R8ܔb=¨:I'-HyM$|ǵ@1E̞UZ_ -xX)I{8PpB@$uݹ/Q̥DT0ƻFm!wU\,-j{vbm8J3b=B~VB22m9H,P}|֝btNO-)SWhw _@ Ngf| 57>iY*?Ynp$Jd[bR~ jFar$I+4 yb&  Tl+HkS=i D(pVQP*1_H2bN{/b6xaML7 wDOK["|x $6acf Ea5y,!ULtڢǼAo5LR G`kMZL OtXVd6' 狔M uȰ_d $oQ߼zg3yX{PI&c@YOOlJ,)RϩLvaq/yfݥ%re&2oiz4eʪlӣuշUU5t&ԓykyJ"gs݁bZˊ$Ȁxm5ŭҍ ׈YBA ,9kjrѤ5!gILWiSR.R{-Y@2)=U>26+hqqy!>\=#K6;JvPgJ7VCj߿+bc~c6E;TK~'kM}1u $-Ʒ r ;A`R_hCF!O^ӭ3BVWL ׄQ_[CrL)+QUG*j/k*8Z53BT{6^ye/L'hgadUfp# \Ī c&fM<8`gE\+]oAzlOQeh=mU/:cH[}K\`6b#JoC{@Pw(gէ5 [ OؐNT IO9S=дH[3/#;.{z!l.<7+PO[t6:_޶jK288`H.̼bSZckLw SpL 3aX%+Rw50^%6 7A@JM ]Y8aM3r5!3:/k{˨/!W{itzLZAGkwU;@^% M|p ʼnwcδ8+ЈD00 #V!fo5<O"e&X܌cN>rm{:)"z5HFȦȪ`x!=c ("OyԪ%\,&B73@3_6?(gj`|Ǥ`#V>#A$9-@k+Oy4iVIت%gz-+/=#ŞyS>yJЮ1tV^\a I*2N;ς8FZެ2+u>^@2:ZIyѮ%!`ef5vxn>}ؚCO7cY^:E b-)J r2}8ϻ\tz[\U1y‡h.!os-/]F V`&,CA1IzD Ϩu i]M&IE|bY48 \ X}y6f]?F~([n } _#M"P/!^ x,Nu$, ̄)%֡"x&|9xTJGAmU[G3^H8p rՔ͞tA@BmY^ r݁V8+AcU8V)*HmWdžiH\xsfQ;~~gMN?=87ȲC:jY~v0XVOzu\A O~1| m2IxMILE]#$xƱ~6ҒpȐ\!&!=`z$tJ f~=QIl\_F$n(<IT<1hdNWƅ:4aHaKS?u!K?Gxt<{F@tD08y׏kw'pԡ -5F9QL!5~I  M)'\+Eaۖw+䮮[jҤ M6-jXry Q$nTQ.@]̴!}=Lk_S;_?o#d 3Y KiČ:!~H`'tj"&ZF{& iYy߃=XpiC |yn/AI%-nzH/^;ҰdHqQd|gY eGh