perl-Path-Tiny-0.076-1.fc22$>qı)61ل’>9-?-d  0DHWfn }       4       Fl 0( <8 H#9 #:#G*p H* I* X*Y*\* ]+ ^+nb,,d,Ce,Hf,Kl,Mt,h u, v,w-T x-x y- -Cperl-Path-Tiny0.0761.fc22File 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.V9buildvm-02-nfs.phx2.fedoraproject.orgFedora ProjectFedora ProjectASL 2.0Fedora ProjectDevelopment/Librarieshttp://search.cpan.org/dist/Path-Tiny/linuxnoarch B,3np*A큤A큤A큤V9VIVIVIV9VIV6V6VI67cc36c22366b1f3cf4a7296f067b1a897b1625cdd136bc91dfc788a991133171be36a58583ffe178c4c320098e59f98667d1866451ace145521b038aa0300e3c2891b3642f4793466adfeecf0948020dca27529b06d05ae11aa588409cc52dfa999b03d2b80e5c7f987289ac835fa2d88cafa9f0df24adf8a1fd21e175acd79ca1df927567e53d12c8594451d6f5a7008ff744fff351bc25cab621bbb3425a4ef9e48195fe6e5b42c377e5b94d4e29d2b5ee326c94f2d69757ce8a01b58886drootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Path-Tiny-0.076-1.fc22.src.rpmperl(Path::Tiny)perl(Path::Tiny::Error)perl-Path-Tiny@ @@ @ @ @@@@    perlperl(:MODULE_COMPAT_5.20.3)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.12.0.1VI@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.fc22perl-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 -march=pentium3drpmxz2noarch-redhat-linux-gnudirectoryASCII textUTF-8 Unicode texttroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)Perl5 module source text PPRRRRR RRRR?p7zXZ !#,U?]"k%{^/E<%i!O/>Prm[sT SEV D 6{r,V]&UѰ뗦α;nU4`Y.{=J =0IzS ZY/{CA`$TPEZqH H,3mxڊ}qEz=Jox=O2,@:)$̈&@ťh?. (y[w˕n?A\za"3q6.sVH]N+8n pDvxJmldZ*Bt >^!TՅ*yOXp~ v7 M 8S{K(Bh<>ʒ*\-kW'e|W04y*V4:NHN0{J/ B~ D5 _l{ٕkvC_^$h#&}Vku%ѳcZkWaӡ |e=_a?%)g̩jm߃4p{?#\I1_l“ѿӹAW5v'=$S\Gƹzi=_'m2MԖiɖS1e|&woWy?2.e~\U6:!bwdq4lC.K 7y0JmHa܇Љ,{=i8H$@>ǎ𕀤uO-a"q؛DDFj:mbJ4M}X\>A{R{B?EEu\I.K nN +$>"PeY[XF”VbHlֱ,/1^.xtT굱SԘA֑CjmSQu&Fc(A=L#P pXXB#]]g$ tj{dډsHӎkMc~5K$ ^έIh}+g&!*=߂9׫& ؜3.X&썰!{J7z ܳ@% @q]A#α"d):c턁_jlYTog*R)eF!Xo>!nft%}뇺]4'WSrO1!v&Tc ;QNxՆ(3hM#55ܽ(yҥ:["5KwjO#켶  [LWsP]m*F A3Oڞ D4'E`U3[.O !Z֢!`^qy Vˁ|~OÔWM_$PcM~'G[ ߇[ ;c#ɗ(e= ; 3Z'sjK1 ]vʪvZh@yfO^gtkZ4݌+UGg.M-q]҄Kt5qkJ!H+vDǝO{B]@Re#7BNb F-UqlIuNZviJK%Gc~̧PL qҞ" < vts&AGD7($@119 |MN)=/{Eg2LXfł4vb4T٦ ~۾Sxptʷ5=v`ޡ8  *giBWS3ޖe$M ﴽjG*!`S&3.hXh]^eP2jT 6}=2 c5Ft0,x쁥< Dewop'jM(]C OyM,;(45 mjՅѹ@44P,!l!(5䫣@&QPޤC2㑃Ӑ^ #,#& >Q<)a+KA<-fsT9a(ꢠ]e,5T})رVo.F}T[GJX.bbjf%|ݠE8\ݺva { C,ws3b9m>\ߨx#~)j&bδxH/LեKcAwVk EgcN}"*vQ-Ol׬%JGF׻G;6*#4lwTfO;N`, H"#`\ }!ESP>U͓z}Bh25~wA;dW M'Z1.$b׭ĝ)+J )4[o r ha$~d9AB Yru)T)]% g୅TPKH;t_pPhlLyn:0*~9q'S:3*:Wͪv_@9 Fͅd}!>jI:**4~.=f1r;g~f}Ǡ4dG'ݒ  7VVaF6U& GV~[A'I=f3brD"^.8z䮰{$3v T1!WɹKJR֋̾mOZE?#=Hj :?A0' y߆~E)68U &!퐮QǒI; b" ))b 5>LU'a IXU(${ ^xw)'TUKUE%͝ـܸވ>u ~%yqS;P3 sI>p+W6B%xC<1n%UNƣ0ֽIYk}ɓsƟfTm9$ *n4,L)g{]Z*(4d!LM)p`_rm<>ظz {=ZH˳UF.0,W'ay q/G GSX?x <aӟ::J&N%AzҗV^CKg dp mV.Q4WAOv$? /4.;cL#h[Ӛs;qrHEpu`M6ZH FE+p2ֳS")z!ANOsg=BmB>~z ,Ͻp]dG714"A&pSv;5RKA3e^Ԣ:x!.tktAL~X U!K_)Y%.N?TkDzІᇆyFգK\+icIөVV증.T<]0z`mZ* ĸ-UFnkԔF/AeCm${%so##I %?ϋB SfS悤f!FH?|?SUգ8CaEt8;haJi;dը!ث09+hWSpNGeL1[fO[5o+] ĝ1#<$?f-Q~Gh 3HBiP#U&X#!%x蹌 KɊNHmxYW${sS†%Cj[V^x1ILEɠ 7>Չa U8߁O!N7>Xk=ޫEHQL$جHbdq!i> `ɏۢ[ڐtz /R Z%POȕӓʎJw!7 wncYEyjxݾ4#O HD-i;"' RuQUnK^@Q,Hx&i8w=+*0ˎ+KC{;@ţO{d7)A9/*U!!b"111,Z*s;d'Nrum{j5QO:`w_Lq2֙}*)FI7<;QX*8IG^~z3+m+,1Q&Ұڦg/itR3OXg{bjl_I#T^(G\RC {WɜL^zX@i_I[ruфxC$eyBR>@8oE7sI8`]H !=P~ fܜnvlR# Y& `-&^BG0@tk, 6oQe,`ĮyrUD,~藤[NAo.i Zd`ʄ︷{ebC?-*SB)`v3-26U~A,%:2ϗ94AFd 7gI6M C*?,‰{iDymqD`=,յQzM2u I_`ӞRl6 ح-Wcʹ*l~̀C4AfZwY1`8հHFߤX-9A^TEaFmOzM;TN]-bQځ6' UȣnV|nš 7,( ݇(:Luəc? MFNkٗ@xĒr'}CAn?^?utHB-c>N)HHq0aݸ$3{=s^bE$S" ^ng a \#ge_ xF|%2yOdW3#2FU?uPh`-8%́@JD(#O*x.3y]>oXY!*WZsIJ/|Ft 'm/zTWT4?F =/;kwn=( >*mY!9ov%fpJêh8SiCI@^қh-N:eZe [#Cap5웥,载aعlyvQrQ}%$4~#Ϸ$DZVUDFVE0mÓUO3?*vqђxdzȱ鐧o ɃyVEp+_D8P2p]fmQ݆]9noNg)@yM8wo]I|gU&x|݆l^eN~z !?7R׬֢cBAПTwM?>T2^R=6d RVP1UToIi_ҵhԐ7 7[ aX,nXẙsS5&VJ t^@ icJvoKmrZ%@QQ롼(οv fk7Ue?<|&ZS#ݭj{c28>3;G-zy2F.?rta@@,^Dkh\<R/^HdLGm j=Ŧ uNZMi>AtndS|WUKx VTp؈4 ~;dw֣81BZ6H/pkqF ],f6Ꙑ$C0nAAբ=o[nlR;WS`tϥƺcIel+]WǺKSΖۦ{&-?, |@Oo42ȡm7?*Bt,xΨ"Ht +ә_0@4Vא<uAb5T;&4q}-OG͎PWC3c33=oH?9p?7$Sp9-NT m$LO{^@ J!Α N/WE6bbiJJb`tfd oN|HjMfǁ>~G2 e#ʙhloT@YLVtɀGqrT5Y9Pzj[}A,ǚUXUxEn]o\꒡Q&}ț ;ҔK`#OeۼOWBy".'ϫV` /L7dze=wa㈃]3u0#svXqb{+!l]4E{| +M-v"* &my3$y9s)8>kEwUǾ;6# ;}CK}մD&LfYp\O@x1-R tCw W?ՉcmJ^?(28`|xʂr,ÇD,@U=>+fnNy0g:nZ=(b+t2N2y m)#v(2~FcrNlؿX`\џ'_4u n;zUvCaPKδn(p &nЦV]uCHԽ$\2 fsk,mȲa~4p7!oAG>$~D߉p9J!y/d{lLQ0'hW^;et 1clK2 5t=inhR<}EZu9Ǜ UpcbюP=wB,""Vbv-x _[ cCfB=S+V$*C}KaE8%&{LFQH>Y;V[Epqؤ5+3җ=->K7˴[vRR[ՠ354Ww:6H9_*Y31PRusR8>21XoX(sSp{x}ՕB\$7t*D8Bv KX` ΰ3uln["E۵n,)cajA 9kC hm.ؘ +7DB"??h0,nc+drô'$_(K`hRMٳ&M.9\;cAn ]V >,)"~ Ooyv.W8g3j/4s3:i[^^M8Ӵ2@ZْUB-ׅ$/RaA$ ?&q Kj*tI9O,ĩ/?,`SF"$A{{ڃ[aM bDuIq۬&#=ä2eZA're$ 4ixG%6k+$fIk ڧb xϛG Ĺ[ !kK n:NPT4*.K*ܰ6zf@5Ag<)SyVuQd>e0CPkX#ĺe>zG*qD0]h ZƢҝg&2 h6좃](g_㝄#d%>b@BPdu_XOƪZ8âAGͼw`E8xrh;_)g䎚IgQNw<[{8Y) GuoIo tL܁<&h!@%pD2W #|Y*9jTIWPTw yNOǥZhl nkc8`'ݟX;$PoB,}_-sų SKBD75B%'dA+d u==ě I1YX SB\wZHSYz|0`_˫N!+V[|~75혲,4~+.$:o5w #x6pIPpPd5ʥ>mG\)gޤ2D_ aDg)M-G1g6,Cv~ԑvamTLJ*:T )J 0p;:)lwj=c:ɪH MmecK`+Suw%YKN@e+T"sD2N"߾Gղ H> ylN>B[RuZ4;98サ`e{Go&Uܤ'KI Yu?dl. y+'̩OO+ ɽ b˝Јg"bO:k=}ާ{4cKTE$'R<؇&4qp,?;zR(tN[> A -[- Va=IK·+$dCQt LΉJoL8>8wC{qO(0GFXЛlJkţსoˆ%)QHҦ>GR%@~~[ b@P>4YCKFw1MrJnj4A(#{(,ֆuO_7=E5Se <%!Rϼ~DU>m"S@f;Ġ2Vi'PÖiJRgɏIOϾ>e6O @$%9Ar_Ǘ"LKD$Gl /_4Q &AlkX)>,}I wv߹ms\wjn%eW"g^]4T k'.;&B۳({׻B`6̘h, \Zyh-r;|RUDBT4֫wJd85`$8Xr&@; ord6|zEJ*$yS Kմ8,8+y5;b'2fE:0E ±X碩g^/ى%V]q #: ?m@qw{!;Ԛ]~׀'?҈h/'e7Z'n)VfQ3ѕ yc4\A7Y2et\i>cm*+@_%D"C -"%ȿ?G"Tvn41Ĩ۰(7ۃ^GZӯV HZTFn:-O0DGhB?̋&T}$t>js3(=Yt'rDa.lj#~kRD^ Y DDt@t4Ԇv8mC&V ; j?N"Ѿg9bQL6MJvfow~cO{N_dB'G{rQVWҕYmJ(֏d=.ڡT,:'EIWw D8NGb)WJ B"dz0"@k2oㇺȔG\(I` ,]8-!el Qs7g1F{)Fp:OATL=ќK?RR"GI x &W-<{\ O[ZJ?3z0 B/ПDg:$:R󈁮zqesZ^>o`[)E#s#et2PkMJ(Txf: J:օ~[,(eqxPXj-DӲ$/աy(%^%[ZE KL!j(N濧qVk.Lʄ{Ti9>c課%+Zxaw_SC* ȕsG /We8/#_D:e .L-&6^d<Ҭp}j/ )@K@Bp4&θ6%Rv/+lZ?sQFw:`,S F0мIDT*[euqLҿv >矃:U܂ e9/b髒JYp$(ǁӮ b}mIbY6fRLpNBk16FX3H˻{こ{C|"Mb$X Gj4QB61L9-t/)&+9հM%n>C[^T44_ٙ/ K\!QʚO?+4ro&=Dߖ] 4eQu>3{m\w^YmF1n r0kJ<3m0LR5Lo B>XH3r[>齗f0l'^ Xx!2Uf!♎K7?vVaR/өovO>H螜반!6Qz^E^L0^zAYݝ D3DlkeT ~ۍ 袦w0aVDұW6ØJ5dSZ?/^;C ""WӄFhkO+bԬPȈfm;wg3^t+Caj{Ĝ8D}Oq4_u$PVP ~^ cB̙ȧmV n{4 ^$gG}% ><pd- :Vs}6Dn:lިGı=<Ȼ=>T.Us4-N e+cn5B4ݽQZ24/ZNMc[qha.ٿi"AGV>Gzb-]"]t}vMٺ&If"၀0S~wL-ǭK$:w9He:c O37\iN\|`Թ]b,woIhUg`xu5"v! MRAƣWYye̢0srפ޲ rFhO6K6HV}8$ǐTJV_ Z# mExɼ[-<6;@SLàa?'# &CJHy6EÑթa˷?ɺaX`$; Uυ f 0OyN]!.LpUSr܊|zm,sR0E9̼u}&0M޷x<8`!ʡ\ EYW) j#Bm:Fwvzs*LjB8 @zKl"uIJb@4ȥBM{^]Gz3G8 IPD#Oys`KwIn>_M4Lt닧Q0_܇^TZ YZ