This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libnumber-phone-perl.

      from  20d0c93   releasing package libnumber-phone-perl version 3.0013-1
      adds  5111077   remove previously deprecated APIs of calling everything 
as class methods or as functions. Everything's an object method now. See 
https://github.com/DrHyde/perl-modules-Number-Phone/issues/54
      adds  fa3a45d   delete unnecessary method - Number::Phone->country is 
good enough
      adds  4c336ba   even though it's a term of art let's not upset the 
ignorant
      adds  e100791   note deletion of unnecessary method
      adds  a51d7af   add tests for different Number::Phone::Lib->new() 
invocation styles
      adds  00b0c92   use done_testing in an END block consistently instead of 
sometimes at end of file, sometimes in and END block, and sometimes planning a 
specific number of tests
      adds  8373915   make stubs a bit more readable, for easier debuggering
      adds  580e846   test on perl 5.22 as well
      adds  fec7780   bump version for release
      adds  7fae167   Imported Upstream version 3.0014
       new  4feb3e6   Merge tag 'upstream/3.0014'
       new  5a5f08a   Update debian/changelog
       new  094b345   releasing package libnumber-phone-perl version 3.0014-1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG                                          |      6 +
 META.json                                          |      4 +-
 META.yml                                           |      4 +-
 debian/changelog                                   |      7 +
 lib/Number/Phone.pm                                |     56 +-
 lib/Number/Phone/Country.pm                        |      4 +-
 lib/Number/Phone/NANP.pm                           |     29 -
 lib/Number/Phone/NANP/Data.pm                      |      4 +-
 lib/Number/Phone/StubCountry.pm                    |      6 +-
 lib/Number/Phone/StubCountry/AC.pm                 |     29 +-
 lib/Number/Phone/StubCountry/AD.pm                 |     26 +-
 lib/Number/Phone/StubCountry/AE.pm                 |     40 +-
 lib/Number/Phone/StubCountry/AF.pm                 |     41 +-
 lib/Number/Phone/StubCountry/AG.pm                 |     68 +-
 lib/Number/Phone/StubCountry/AI.pm                 |     65 +-
 lib/Number/Phone/StubCountry/AL.pm                 |    264 +-
 lib/Number/Phone/StubCountry/AM.pm                 |    241 +-
 lib/Number/Phone/StubCountry/AO.pm                 |     70 +-
 lib/Number/Phone/StubCountry/AR.pm                 |    564 +-
 lib/Number/Phone/StubCountry/AS.pm                 |     73 +-
 lib/Number/Phone/StubCountry/AT.pm                 |   1233 +-
 lib/Number/Phone/StubCountry/AU.pm                 |    108 +-
 lib/Number/Phone/StubCountry/AW.pm                 |     52 +-
 lib/Number/Phone/StubCountry/AX.pm                 |     92 +-
 lib/Number/Phone/StubCountry/AZ.pm                 |     72 +-
 lib/Number/Phone/StubCountry/BA.pm                 |     50 +-
 lib/Number/Phone/StubCountry/BB.pm                 |    124 +-
 lib/Number/Phone/StubCountry/BD.pm                 |    631 +-
 lib/Number/Phone/StubCountry/BE.pm                 |    127 +-
 lib/Number/Phone/StubCountry/BF.pm                 |     92 +-
 lib/Number/Phone/StubCountry/BG.pm                 |   2206 +-
 lib/Number/Phone/StubCountry/BH.pm                 |     98 +-
 lib/Number/Phone/StubCountry/BI.pm                 |     39 +-
 lib/Number/Phone/StubCountry/BJ.pm                 |     77 +-
 lib/Number/Phone/StubCountry/BL.pm                 |     32 +-
 lib/Number/Phone/StubCountry/BM.pm                 |     79 +-
 lib/Number/Phone/StubCountry/BN.pm                 |     36 +-
 lib/Number/Phone/StubCountry/BO.pm                 |     64 +-
 lib/Number/Phone/StubCountry/BQ.pm                 |     50 +-
 lib/Number/Phone/StubCountry/BR.pm                 |    165 +-
 lib/Number/Phone/StubCountry/BS.pm                 |    117 +-
 lib/Number/Phone/StubCountry/BT.pm                 |     68 +-
 lib/Number/Phone/StubCountry/BW.pm                 |    118 +-
 lib/Number/Phone/StubCountry/BY.pm                 |    300 +-
 lib/Number/Phone/StubCountry/BZ.pm                 |     26 +-
 lib/Number/Phone/StubCountry/CA.pm                 |    132 +-
 lib/Number/Phone/StubCountry/CC.pm                 |     39 +-
 lib/Number/Phone/StubCountry/CD.pm                 |     62 +-
 lib/Number/Phone/StubCountry/CF.pm                 |     21 +-
 lib/Number/Phone/StubCountry/CG.pm                 |     34 +-
 lib/Number/Phone/StubCountry/CH.pm                 |     75 +-
 lib/Number/Phone/StubCountry/CI.pm                 |     74 +-
 lib/Number/Phone/StubCountry/CK.pm                 |     38 +-
 lib/Number/Phone/StubCountry/CL.pm                 |    120 +-
 lib/Number/Phone/StubCountry/CM.pm                 |    157 +-
 lib/Number/Phone/StubCountry/CN.pm                 | 155271 +++++++++++++++++-
 lib/Number/Phone/StubCountry/CO.pm                 |    229 +-
 lib/Number/Phone/StubCountry/CR.pm                 |     44 +-
 lib/Number/Phone/StubCountry/CU.pm                 |     70 +-
 lib/Number/Phone/StubCountry/CV.pm                 |     85 +-
 lib/Number/Phone/StubCountry/CW.pm                 |     73 +-
 lib/Number/Phone/StubCountry/CX.pm                 |     39 +-
 lib/Number/Phone/StubCountry/CY.pm                 |     26 +-
 lib/Number/Phone/StubCountry/CZ.pm                 |     86 +-
 lib/Number/Phone/StubCountry/DE.pm                 |   5469 +-
 lib/Number/Phone/StubCountry/DJ.pm                 |     31 +-
 lib/Number/Phone/StubCountry/DK.pm                 |     39 +-
 lib/Number/Phone/StubCountry/DM.pm                 |     77 +-
 lib/Number/Phone/StubCountry/DO.pm                 |     90 +-
 lib/Number/Phone/StubCountry/DZ.pm                 |     69 +-
 lib/Number/Phone/StubCountry/EC.pm                 |     40 +-
 lib/Number/Phone/StubCountry/EE.pm                 |    129 +-
 lib/Number/Phone/StubCountry/EG.pm                 |    143 +-
 lib/Number/Phone/StubCountry/EH.pm                 |     89 +-
 lib/Number/Phone/StubCountry/ER.pm                 |     42 +-
 lib/Number/Phone/StubCountry/ES.pm                 |    217 +-
 lib/Number/Phone/StubCountry/ET.pm                 |    624 +-
 lib/Number/Phone/StubCountry/FI.pm                 |    142 +-
 lib/Number/Phone/StubCountry/FJ.pm                 |     44 +-
 lib/Number/Phone/StubCountry/FK.pm                 |     15 +-
 lib/Number/Phone/StubCountry/FM.pm                 |     30 +-
 lib/Number/Phone/StubCountry/FO.pm                 |     50 +-
 lib/Number/Phone/StubCountry/FR.pm                 |   5620 +-
 lib/Number/Phone/StubCountry/GA.pm                 |     57 +-
 lib/Number/Phone/StubCountry/GB.pm                 |   1463 +-
 lib/Number/Phone/StubCountry/GD.pm                 |    110 +-
 lib/Number/Phone/StubCountry/GE.pm                 |     70 +-
 lib/Number/Phone/StubCountry/GF.pm                 |     48 +-
 lib/Number/Phone/StubCountry/GG.pm                 |    978 +-
 lib/Number/Phone/StubCountry/GH.pm                 |    169 +-
 lib/Number/Phone/StubCountry/GI.pm                 |     51 +-
 lib/Number/Phone/StubCountry/GL.pm                 |     63 +-
 lib/Number/Phone/StubCountry/GM.pm                 |    115 +-
 lib/Number/Phone/StubCountry/GN.pm                 |     68 +-
 lib/Number/Phone/StubCountry/GP.pm                 |     52 +-
 lib/Number/Phone/StubCountry/GQ.pm                 |     47 +-
 lib/Number/Phone/StubCountry/GR.pm                 |    405 +-
 lib/Number/Phone/StubCountry/GT.pm                 |     26 +-
 lib/Number/Phone/StubCountry/GU.pm                 |    128 +-
 lib/Number/Phone/StubCountry/GW.pm                 |     78 +-
 lib/Number/Phone/StubCountry/GY.pm                 |    134 +-
 lib/Number/Phone/StubCountry/HK.pm                 |     65 +-
 lib/Number/Phone/StubCountry/HN.pm                 |    105 +-
 lib/Number/Phone/StubCountry/HR.pm                 |     93 +-
 lib/Number/Phone/StubCountry/HT.pm                 |     42 +-
 lib/Number/Phone/StubCountry/HU.pm                 |    128 +-
 lib/Number/Phone/StubCountry/ID.pm                 |    578 +-
 lib/Number/Phone/StubCountry/IE.pm                 |    197 +-
 lib/Number/Phone/StubCountry/IL.pm                 |    115 +-
 lib/Number/Phone/StubCountry/IM.pm                 |    958 +-
 lib/Number/Phone/StubCountry/IN.pm                 |   3313 +-
 lib/Number/Phone/StubCountry/IO.pm                 |     21 +-
 lib/Number/Phone/StubCountry/IQ.pm                 |     48 +-
 lib/Number/Phone/StubCountry/IR.pm                 |    106 +-
 lib/Number/Phone/StubCountry/IS.pm                 |    102 +-
 lib/Number/Phone/StubCountry/IT.pm                 |    363 +-
 lib/Number/Phone/StubCountry/JE.pm                 |   1020 +-
 lib/Number/Phone/StubCountry/JM.pm                 |    127 +-
 lib/Number/Phone/StubCountry/JO.pm                 |    216 +-
 lib/Number/Phone/StubCountry/JP.pm                 |   1982 +-
 lib/Number/Phone/StubCountry/KE.pm                 |     94 +-
 lib/Number/Phone/StubCountry/KG.pm                 |    140 +-
 lib/Number/Phone/StubCountry/KH.pm                 |     93 +-
 lib/Number/Phone/StubCountry/KI.pm                 |     70 +-
 lib/Number/Phone/StubCountry/KM.pm                 |     53 +-
 lib/Number/Phone/StubCountry/KN.pm                 |     75 +-
 lib/Number/Phone/StubCountry/KP.pm                 |     36 +-
 lib/Number/Phone/StubCountry/KR.pm                 |    169 +-
 lib/Number/Phone/StubCountry/KW.pm                 |     94 +-
 lib/Number/Phone/StubCountry/KY.pm                 |    116 +-
 lib/Number/Phone/StubCountry/KZ.pm                 |    559 +-
 lib/Number/Phone/StubCountry/LA.pm                 |     63 +-
 lib/Number/Phone/StubCountry/LB.pm                 |     79 +-
 lib/Number/Phone/StubCountry/LC.pm                 |     82 +-
 lib/Number/Phone/StubCountry/LI.pm                 |     93 +-
 lib/Number/Phone/StubCountry/LK.pm                 |     74 +-
 lib/Number/Phone/StubCountry/LR.pm                 |     62 +-
 lib/Number/Phone/StubCountry/LS.pm                 |     23 +-
 lib/Number/Phone/StubCountry/LT.pm                 |    114 +-
 lib/Number/Phone/StubCountry/LU.pm                 |    348 +-
 lib/Number/Phone/StubCountry/LV.pm                 |     58 +-
 lib/Number/Phone/StubCountry/LY.pm                 |     35 +-
 lib/Number/Phone/StubCountry/MA.pm                 |    192 +-
 lib/Number/Phone/StubCountry/MC.pm                 |     46 +-
 lib/Number/Phone/StubCountry/MD.pm                 |    137 +-
 lib/Number/Phone/StubCountry/ME.pm                 |     92 +-
 lib/Number/Phone/StubCountry/MF.pm                 |     34 +-
 lib/Number/Phone/StubCountry/MG.pm                 |     70 +-
 lib/Number/Phone/StubCountry/MH.pm                 |     40 +-
 lib/Number/Phone/StubCountry/MK.pm                 |     96 +-
 lib/Number/Phone/StubCountry/ML.pm                 |     62 +-
 lib/Number/Phone/StubCountry/MM.pm                 |    248 +-
 lib/Number/Phone/StubCountry/MN.pm                 |     80 +-
 lib/Number/Phone/StubCountry/MO.pm                 |     36 +-
 lib/Number/Phone/StubCountry/MP.pm                 |     92 +-
 lib/Number/Phone/StubCountry/MQ.pm                 |     47 +-
 lib/Number/Phone/StubCountry/MR.pm                 |     42 +-
 lib/Number/Phone/StubCountry/MS.pm                 |     42 +-
 lib/Number/Phone/StubCountry/MT.pm                 |     72 +-
 lib/Number/Phone/StubCountry/MU.pm                 |     96 +-
 lib/Number/Phone/StubCountry/MV.pm                 |     62 +-
 lib/Number/Phone/StubCountry/MW.pm                 |     47 +-
 lib/Number/Phone/StubCountry/MX.pm                 |    265 +-
 lib/Number/Phone/StubCountry/MY.pm                 |     65 +-
 lib/Number/Phone/StubCountry/MZ.pm                 |     55 +-
 lib/Number/Phone/StubCountry/NA.pm                 |   1250 +-
 lib/Number/Phone/StubCountry/NC.pm                 |     45 +-
 lib/Number/Phone/StubCountry/NE.pm                 |     70 +-
 lib/Number/Phone/StubCountry/NF.pm                 |     46 +-
 lib/Number/Phone/StubCountry/NG.pm                 |    244 +-
 lib/Number/Phone/StubCountry/NI.pm                 |     28 +-
 lib/Number/Phone/StubCountry/NL.pm                 |    224 +-
 lib/Number/Phone/StubCountry/NO.pm                 |     94 +-
 lib/Number/Phone/StubCountry/NP.pm                 |     73 +-
 lib/Number/Phone/StubCountry/NR.pm                 |     31 +-
 lib/Number/Phone/StubCountry/NU.pm                 |     15 +-
 lib/Number/Phone/StubCountry/NZ.pm                 |    198 +-
 lib/Number/Phone/StubCountry/OM.pm                 |     47 +-
 lib/Number/Phone/StubCountry/PA.pm                 |    193 +-
 lib/Number/Phone/StubCountry/PE.pm                 |     80 +-
 lib/Number/Phone/StubCountry/PF.pm                 |     39 +-
 lib/Number/Phone/StubCountry/PG.pm                 |     67 +-
 lib/Number/Phone/StubCountry/PH.pm                 |    138 +-
 lib/Number/Phone/StubCountry/PK.pm                 |    223 +-
 lib/Number/Phone/StubCountry/PL.pm                 |    137 +-
 lib/Number/Phone/StubCountry/PM.pm                 |     21 +-
 lib/Number/Phone/StubCountry/PR.pm                 |     50 +-
 lib/Number/Phone/StubCountry/PS.pm                 |     49 +-
 lib/Number/Phone/StubCountry/PT.pm                 |    128 +-
 lib/Number/Phone/StubCountry/PW.pm                 |     78 +-
 lib/Number/Phone/StubCountry/PY.pm                 |    146 +-
 lib/Number/Phone/StubCountry/QA.pm                 |     31 +-
 lib/Number/Phone/StubCountry/RE.pm                 |     33 +-
 lib/Number/Phone/StubCountry/RO.pm                 |    149 +-
 lib/Number/Phone/StubCountry/RS.pm                 |    144 +-
 lib/Number/Phone/StubCountry/RU.pm                 |    424 +-
 lib/Number/Phone/StubCountry/RW.pm                 |     36 +-
 lib/Number/Phone/StubCountry/SA.pm                 |     80 +-
 lib/Number/Phone/StubCountry/SB.pm                 |     57 +-
 lib/Number/Phone/StubCountry/SC.pm                 |     26 +-
 lib/Number/Phone/StubCountry/SD.pm                 |     43 +-
 lib/Number/Phone/StubCountry/SE.pm                 |    583 +-
 lib/Number/Phone/StubCountry/SG.pm                 |     42 +-
 lib/Number/Phone/StubCountry/SH.pm                 |     32 +-
 lib/Number/Phone/StubCountry/SI.pm                 |     79 +-
 lib/Number/Phone/StubCountry/SJ.pm                 |     67 +-
 lib/Number/Phone/StubCountry/SK.pm                 |     78 +-
 lib/Number/Phone/StubCountry/SL.pm                 |     36 +-
 lib/Number/Phone/StubCountry/SM.pm                 |     40 +-
 lib/Number/Phone/StubCountry/SN.pm                 |     67 +-
 lib/Number/Phone/StubCountry/SO.pm                 |     83 +-
 lib/Number/Phone/StubCountry/SR.pm                 |     62 +-
 lib/Number/Phone/StubCountry/SS.pm                 |     26 +-
 lib/Number/Phone/StubCountry/ST.pm                 |     49 +-
 lib/Number/Phone/StubCountry/SV.pm                 |     30 +-
 lib/Number/Phone/StubCountry/SX.pm                 |     61 +-
 lib/Number/Phone/StubCountry/SY.pm                 |     71 +-
 lib/Number/Phone/StubCountry/SZ.pm                 |     59 +-
 lib/Number/Phone/StubCountry/TA.pm                 |     22 +-
 lib/Number/Phone/StubCountry/TC.pm                 |     70 +-
 lib/Number/Phone/StubCountry/TD.pm                 |     39 +-
 lib/Number/Phone/StubCountry/TG.pm                 |     46 +-
 lib/Number/Phone/StubCountry/TH.pm                 |     79 +-
 lib/Number/Phone/StubCountry/TJ.pm                 |     89 +-
 lib/Number/Phone/StubCountry/TK.pm                 |     15 +-
 lib/Number/Phone/StubCountry/TL.pm                 |     38 +-
 lib/Number/Phone/StubCountry/TM.pm                 |     85 +-
 lib/Number/Phone/StubCountry/TN.pm                 |     44 +-
 lib/Number/Phone/StubCountry/TO.pm                 |     60 +-
 lib/Number/Phone/StubCountry/TR.pm                 |    252 +-
 lib/Number/Phone/StubCountry/TT.pm                 |     96 +-
 lib/Number/Phone/StubCountry/TV.pm                 |     15 +-
 lib/Number/Phone/StubCountry/TW.pm                 |     50 +-
 lib/Number/Phone/StubCountry/TZ.pm                 |     40 +-
 lib/Number/Phone/StubCountry/UA.pm                 |    120 +-
 lib/Number/Phone/StubCountry/UG.pm                 |     95 +-
 lib/Number/Phone/StubCountry/US.pm                 |    216 +-
 lib/Number/Phone/StubCountry/UY.pm                 |     36 +-
 lib/Number/Phone/StubCountry/UZ.pm                 |    407 +-
 lib/Number/Phone/StubCountry/VA.pm                 |    175 +-
 lib/Number/Phone/StubCountry/VC.pm                 |     97 +-
 lib/Number/Phone/StubCountry/VE.pm                 |    104 +-
 lib/Number/Phone/StubCountry/VG.pm                 |     91 +-
 lib/Number/Phone/StubCountry/VI.pm                 |    108 +-
 lib/Number/Phone/StubCountry/VN.pm                 |    202 +-
 lib/Number/Phone/StubCountry/VU.pm                 |     53 +-
 lib/Number/Phone/StubCountry/WF.pm                 |     39 +-
 lib/Number/Phone/StubCountry/WS.pm                 |     47 +-
 lib/Number/Phone/StubCountry/YE.pm                 |     55 +-
 lib/Number/Phone/StubCountry/YT.pm                 |     25 +-
 lib/Number/Phone/StubCountry/ZA.pm                 |    104 +-
 lib/Number/Phone/StubCountry/ZM.pm                 |     41 +-
 lib/Number/Phone/StubCountry/ZW.pm                 |    420 +-
 lib/Number/Phone/UK.pm                             |     38 +-
 lib/Number/Phone/UK/Data.pm                        |    Bin 68564879 -> 
68562756 bytes
 ...uperclass_and_uk_different_method_invocations.t |     64 +-
 t/01_uk_data.t                                     |      4 +-
 t/20_nanp.t                                        |      4 +-
 t/30_find-right-subclass.t                         |      4 +-
 t/31_country-for-subclass.t                        |      4 +-
 t/40-no-stubs.t                                    |      4 +-
 t/41-stubs.t                                       |      4 +-
 t/42-libphonenumber.t                              |      9 +-
 t/51_number-phone-country-noexport.t               |      4 +-
 t/52_number-phone-country-uk.t                     |      4 +-
 t/53_number-phone-country-idd.t                    |      4 +-
 t/55_number-phone-country-multiple.t               |      4 +-
 t/60_dial_to.t                                     |      4 +-
 t/900_bugfix-rt48581.t                             |      4 +-
 t/901_bugfix_N-P-New-CC-number.t                   |      4 +-
 t/902_bugfix-rt61177.t                             |      4 +-
 t/inc/fatalwarnings.pm                             |      8 +-
 272 files changed, 204452 insertions(+), 881 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnumber-phone-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to