| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 
 | Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by CDBS
Files: CONTRIBUTING
 README
 examples/benchmark-coercions.pl
 examples/benchmark-constraints.pl
 examples/benchmark-param-validation.pl
 examples/datetime-coercions.pl
 lib/Devel/TypeTiny/Perl56Compat.pm
 lib/Devel/TypeTiny/Perl58Compat.pm
 lib/Error/TypeTiny.pm
 lib/Error/TypeTiny/Assertion.pm
 lib/Error/TypeTiny/Compilation.pm
 lib/Error/TypeTiny/WrongNumberOfParameters.pm
 lib/Eval/TypeTiny.pm
 lib/Reply/Plugin/TypeTiny.pm
 lib/Test/TypeTiny.pm
 lib/Type/Coercion.pm
 lib/Type/Coercion/FromMoose.pm
 lib/Type/Coercion/Union.pm
 lib/Type/Library.pm
 lib/Type/Params.pm
 lib/Type/Parser.pm
 lib/Type/Registry.pm
 lib/Type/Tiny.pm
 lib/Type/Tiny/Class.pm
 lib/Type/Tiny/Duck.pm
 lib/Type/Tiny/Enum.pm
 lib/Type/Tiny/Intersection.pm
 lib/Type/Tiny/Manual.pod
 lib/Type/Tiny/Manual/Coercions.pod
 lib/Type/Tiny/Manual/Libraries.pod
 lib/Type/Tiny/Manual/Optimization.pod
 lib/Type/Tiny/Manual/Params.pod
 lib/Type/Tiny/Manual/Policies.pod
 lib/Type/Tiny/Manual/UsingWithMoo.pod
 lib/Type/Tiny/Manual/UsingWithMoose.pod
 lib/Type/Tiny/Manual/UsingWithMouse.pod
 lib/Type/Tiny/Manual/UsingWithOther.pod
 lib/Type/Tiny/Role.pm
 lib/Type/Tiny/Union.pm
 lib/Type/Utils.pm
 lib/Types/Common/Numeric.pm
 lib/Types/Common/String.pm
 lib/Types/Standard.pm
 lib/Types/Standard/ArrayRef.pm
 lib/Types/Standard/Dict.pm
 lib/Types/Standard/HashRef.pm
 lib/Types/Standard/Map.pm
 lib/Types/Standard/ScalarRef.pm
 lib/Types/Standard/Tuple.pm
 lib/Types/TypeTiny.pm
 t/00-begin.t
 t/01-compile.t
 t/02-api.t
 t/03-leak.t
 t/20-unit/Devel-TypeTiny-Perl56Compat/basic.t
 t/20-unit/Devel-TypeTiny-Perl58Compat/basic.t
 t/20-unit/Error-TypeTiny-Assertion/basic.t
 t/20-unit/Error-TypeTiny-Compilation/basic.t
 t/20-unit/Error-TypeTiny-WrongNumberOfParameters/basic.t
 t/20-unit/Error-TypeTiny/basic.t
 t/20-unit/Error-TypeTiny/stacktrace.t
 t/20-unit/Eval-TypeTiny/basic.t
 t/20-unit/Eval-TypeTiny/fallback-aliases.t
 t/20-unit/Eval-TypeTiny/lexical-subs.t
 t/20-unit/Test-TypeTiny/basic.t
 t/20-unit/Test-TypeTiny/extended.t
 t/20-unit/Test-TypeTiny/matchfor.t
 t/20-unit/Type-Coercion-FromMoose/basic.t
 t/20-unit/Type-Coercion-FromMoose/errors.t
 t/20-unit/Type-Coercion-Union/basic.t
 t/20-unit/Type-Coercion/basic.t
 t/20-unit/Type-Coercion/esoteric.t
 t/20-unit/Type-Coercion/frozen.t
 t/20-unit/Type-Coercion/inlining.t
 t/20-unit/Type-Coercion/smartmatch.t
 t/20-unit/Type-Coercion/typetiny-constructor.t
 t/20-unit/Type-Library/assert.t
 t/20-unit/Type-Library/errors.t
 t/20-unit/Type-Library/is.t
 t/20-unit/Type-Library/to.t
 t/20-unit/Type-Library/types.t
 t/20-unit/Type-Params/badsigs.t
 t/20-unit/Type-Params/carping.t
 t/20-unit/Type-Params/coerce.t
 t/20-unit/Type-Params/methods.t
 t/20-unit/Type-Params/mixednamed.t
 t/20-unit/Type-Params/multisig.t
 t/20-unit/Type-Params/named.t
 t/20-unit/Type-Params/noninline.t
 t/20-unit/Type-Params/optional.t
 t/20-unit/Type-Params/positional.t
 t/20-unit/Type-Params/slurpy.t
 t/20-unit/Type-Parser/basic.t
 t/20-unit/Type-Parser/moosextypes.t
 t/20-unit/Type-Registry/automagic.t
 t/20-unit/Type-Registry/basic.t
 t/20-unit/Type-Registry/methods.t
 t/20-unit/Type-Registry/moosextypes.t
 t/20-unit/Type-Registry/mousextypes.t
 t/20-unit/Type-Tiny-Class/basic.t
 t/20-unit/Type-Tiny-Class/errors.t
 t/20-unit/Type-Tiny-Class/plus-constructors.t
 t/20-unit/Type-Tiny-Duck/basic.t
 t/20-unit/Type-Tiny-Duck/errors.t
 t/20-unit/Type-Tiny-Enum/basic.t
 t/20-unit/Type-Tiny-Enum/errors.t
 t/20-unit/Type-Tiny-Intersection/basic.t
 t/20-unit/Type-Tiny-Intersection/errors.t
 t/20-unit/Type-Tiny-Role/basic.t
 t/20-unit/Type-Tiny-Role/errors.t
 t/20-unit/Type-Tiny-Union/basic.t
 t/20-unit/Type-Tiny-Union/errors.t
 t/20-unit/Type-Tiny/arithmetic.t
 t/20-unit/Type-Tiny/basic.t
 t/20-unit/Type-Tiny/coercion-modifiers.t
 t/20-unit/Type-Tiny/esoteric.t
 t/20-unit/Type-Tiny/my-methods.t
 t/20-unit/Type-Tiny/parameterization.t
 t/20-unit/Type-Tiny/shortcuts.t
 t/20-unit/Type-Tiny/smartmatch.t
 t/20-unit/Type-Tiny/syntax.t
 t/20-unit/Type-Tiny/to-moose.t
 t/20-unit/Type-Tiny/to-mouse.t
 t/20-unit/Type-Utils/classifier.t
 t/20-unit/Type-Utils/dwim-both.t
 t/20-unit/Type-Utils/dwim-moose.t
 t/20-unit/Type-Utils/dwim-mouse.t
 t/20-unit/Type-Utils/match-on-type.t
 t/20-unit/Type-Utils/warnings.t
 t/20-unit/Types-Standard/basic.t
 t/20-unit/Types-Standard/deep-coercions.t
 t/20-unit/Types-Standard/lockdown.t
 t/20-unit/Types-Standard/mxtmlb-alike.t
 t/20-unit/Types-Standard/optlist.t
 t/20-unit/Types-Standard/overload.t
 t/20-unit/Types-Standard/strmatch.t
 t/20-unit/Types-Standard/structured.t
 t/20-unit/Types-Standard/tied.t
 t/20-unit/Types-TypeTiny/basic.t
 t/20-unit/Types-TypeTiny/coercion.t
 t/20-unit/Types-TypeTiny/meta.t
 t/30-integration/Exporter-Tiny/basic.t
 t/30-integration/Exporter-Tiny/installer.t
 t/30-integration/Exporter-Tiny/role-conflict.t
 t/30-integration/Function-Parameters/basic.t
 t/30-integration/Kavorka/basic.t
 t/30-integration/Moo/basic.t
 t/30-integration/Moo/coercion-inlining-avoidance.t
 t/30-integration/Moo/coercion.t
 t/30-integration/Moo/exceptions.t
 t/30-integration/Moo/inflation.t
 t/30-integration/Moo/inflation2.t
 t/30-integration/Moops/basic.t
 t/30-integration/Moops/library-keyword.t
 t/30-integration/Moose/accept-moose-types.t
 t/30-integration/Moose/basic.t
 t/30-integration/Moose/coercion.t
 t/30-integration/Moose/inflate-then-inline.t
 t/30-integration/Moose/native-attribute-traits.t
 t/30-integration/MooseX-Types/basic.t
 t/30-integration/MooseX-Types/extending.t
 t/30-integration/MooseX-Types/more.t
 t/30-integration/Mouse/basic.t
 t/30-integration/Mouse/coercion.t
 t/30-integration/MouseX-Types/basic.t
 t/30-integration/MouseX-Types/extending.t
 t/30-integration/Object-Accessor/basic.t
 t/30-integration/Return-Type/basic.t
 t/30-integration/Sub-Quote/basic.t
 t/30-integration/Sub-Quote/unquote-coercions.t
 t/30-integration/Sub-Quote/unquote-constraints.t
 t/30-integration/Switcheroo/basic.t
 t/30-integration/Type-Tie/basic.t
 t/30-integration/Validation-Class-Simple/archaic.t
 t/30-integration/Validation-Class-Simple/basic.t
 t/30-integration/match-simple/basic.t
 t/lib/BiggerLib.pm
 t/lib/DemoLib.pm
Copyright: 2012-2014, Toby Inkster
  2013, Toby Inkster
  2013-2014, Toby Inkster
  2014, Toby Inkster
License: UNKNOWN
 FIXME
Files: CREDITS
 INSTALL
 MANIFEST
 META.json
 META.yml
 Makefile.PL
 NEWS
 SIGNATURE
 TODO
 debian/README.source
 debian/compat
 debian/control
 debian/control.in
 debian/gbp.conf
 debian/source/format
 debian/watch
 dist.ini
 examples/versus-scalar-validation.pl
 inc/Test/Fatal.pm
 inc/Test/Requires.pm
 t/README
 t/TODO
 t/mk-test-manifest.pl
 t/not-covered.pl
Copyright: *No copyright*
License: UNKNOWN
 FIXME
Files: t/40-regression/rt85911.t
 t/40-regression/rt86004.t
 t/40-regression/rt90096-2.t
 t/40-regression/rt92571-2.t
 t/40-regression/rt92571.t
 t/40-regression/rt92591.t
 t/40-regression/rt94196.t
 t/40-regression/rt97684.t
Copyright: 2013-2014, Diab Jerius
  2014, Diab Jerius
License: UNKNOWN
 FIXME
Files: lib/Type/Tiny/_HalfOp.pm
 t/20-unit/Type-Tiny-_HalfOp/overload-precedence.t
 t/40-regression/73f51e2d.pl
 t/40-regression/73f51e2d.t
Copyright: 2014, Graham Knop
License: UNKNOWN
 FIXME
Files: t/20-unit/Types-Common-Numeric/basic.t
 t/20-unit/Types-Common-String/basic.t
 t/20-unit/Types-Common-String/coerce.t
 t/20-unit/Types-Common-String/unicode.t
Copyright: 2013-2014, Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co.uk/>)
License: UNKNOWN
 FIXME
Files: t/40-regression/rt86233.t
 t/40-regression/rt86239.t
Copyright: 2013-2014, Vyacheslav Matyukhin
License: UNKNOWN
 FIXME
Files: debian/rules
Copyright: 2013-2014, Jonas Smedegaard <dr@jones.dk>
License: GPL-3+
 FIXME
Files: LICENSE
Copyright: 1989, Free Software Foundation, Inc
  19xx name of author
  19yy <name of author>
  2014, Toby Inkster
  disclaimer" for the program, if
  interest in the
  the software, and
License: GPL-ever
 FIXME
Files: Changes
Copyright: 2014
License: UNKNOWN
 FIXME
Files: doap.ttl
Copyright: 2014.";
License: UNKNOWN
 FIXME
Files: t/30-integration/MooseX-Getopt/coercion.t
Copyright: 2014, Alexander Hartmaier
License: UNKNOWN
 FIXME
Files: t/40-regression/rt98113.t
Copyright: 2014, Dagfinn Ilmari Mannsåker
License: UNKNOWN
 FIXME
Files: t/30-integration/Class-InsideOut/basic.t
Copyright: 2013-2014, David Golden, Toby Inkster
License: UNKNOWN
 FIXME
Files: t/99-moose-std-types-test.t
Copyright: 2013-2014, Infinity Interactive, Inc.
License: UNKNOWN
 FIXME
Files: t/40-regression/ttxs-gh1.t
Copyright: 2014, Jed Lund
License: UNKNOWN
 FIXME
Files: COPYRIGHT
Copyright: 1970, Toby Inkster
  2014, MATSUNO Tokuhiro
  2014, Ricardo Signes
  2014, Toby Inkster
  2014, Yuval Kogman
  2014, the holder(s)
  None
  This software is 2013, by Toby Inkster
  This software is 2013-2014, by David Golden, Toby Inkster
  This software is 2013-2014, by Diab Jerius
  This software is 2013-2014, by Infinity Interactive, Inc.
  This software is 2013-2014, by Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co.uk/>)
  This software is 2013-2014, by Richard Simões
  This software is 2013-2014, by Samuel Kaufman
  This software is 2013-2014, by Toby Inkster
  This software is 2013-2014, by Vyacheslav Matyukhin
  This software is 2014, by Alexander Hartmaier
  This software is 2014, by Dagfinn Ilmari Mannsåker
  This software is 2014, by Diab Jerius
  This software is 2014, by Graham Knop
  This software is 2014, by Jed Lund
  This software is 2014, by Toby Inkster
  Unknown
License: UNKNOWN
 FIXME
Files: t/20-unit/Type-Library/inheritance.t
Copyright: 2013-2014, Toby Inkster
  Paris", "Garçon"
  Paris|Garçon";
License: UNKNOWN
 FIXME
Files: t/20-unit/Type-Coercion/parameterized.t
Copyright: 2013-2014, Toby Inkster
  Paris", "Garçon"
License: UNKNOWN
 FIXME
Files: t/40-regression/gh1.t
Copyright: 2013-2014, Richard Simões
License: UNKNOWN
 FIXME
Files: t/40-regression/rt90096.t
Copyright: 2013-2014, Samuel Kaufman
License: UNKNOWN
 FIXME
Files: inc/Try/Tiny.pm
Copyright: 2014, Yuval Kogman
License: UNKNOWN
 FIXME
 |