1 2 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
|
Release history for File-ShareDir-ProjectDistDir
1.000009 2017-03-09T15:31:05Z 5080496
- Bugfix: Fix tests failing with -Ddefault_inc_excludes_dot
- Tests made more old-test-more friendly
[Dependencies::Stats]
- Dependencies changed since 1.000008, see misc/*.deps* for details
- configure: (suggests: +1)
- develop: +3 ↑2 (suggests: ↑2)
- test: ↓1
1.000008 2015-07-12T03:57:39Z 5a21094
[BugFix]
- Declare a minimum version for a working Capture::Tiny::capture_stderr
[Dependencies::Stats]
- Dependencies changed since 1.000007, see misc/*.deps* for details
- develop: +4 -1 (suggests: ↑2)
- test: (suggests: +1)
1.000007 2015-04-22T05:48:43Z 274de7d
[Documentation]
- Apparently I can't link to myself right.
1.000006 2015-04-22T03:04:21Z f2105b9
[Documentation]
- Add a deterrent notice.
1.000005 2015-04-14T12:54:44Z 6999a7d
[Dependencies]
- Minimums dropped.
[Dependencies::Stats]
- Dependencies changed since 1.000004, see misc/*.deps* for details
- configure: +1 (recommends: ↑1)
- develop: +8 ↑3 -2 (recommends: +1, suggests: ↑2)
- runtime: ↓1 -1 (recommends: +1)
- test: +1 (recommends: ↑1 ↓1)
[Documentation]
- Erroneous synopsis fixed, thanks to Michael Jemmeson/MJEMMESON (GH #15)
1.000004 2014-08-18T22:18:54Z
[00 Trivial]
- Minor documentation fixes.
[Dependencies::Stats]
- Dependencies changed since 1.000003, see misc/*.deps* for details
- develop: +1 (suggests: ↑1)
[Documentation]
- misnamed heading, thanks to Michał Wojciechowski (GH #14)
[Metadata]
- new contributor.
1.000003 2014-08-16T06:53:18Z
[00 Trivial]
- CPANDAY!
- no code changes.
- tests updated.
- metadata updated.
- whitespace reduced.
[Dependencies::Stats]
- Dependencies changed since 1.000002, see misc/*.deps* for details
- configure: ↓1
- develop: +4 ↑1 -2 (suggests: ↑2)
- test: +1 -3 (recommends: ↑1 -1)
[Metadata]
- migrate to kentnl org.
[Misc]
- Improve source side POD to reduce build side whitespace.
[Tests]
- update Test::ReportPrereqs
1.000002 2014-06-13T15:17:10Z
[Bugfix]
- most tests refactored to have their dependent files inflated into existence during testing.
- This is to avoid issues with an HP-UX box which has a tar implementation that truncates filenames at 100 chars.
- closes #13
[Dependencies::Aggregate]
- 5.008 : 47 → 46
- 5.010 : 37 → 30
- 5.018 : 18
- 5.019 : 20 → 19
[Dependencies::Stats]
- Dependencies changed since 1.000001, see misc/*.deps* for details
- configure: (recommends: ↑1)
- develop: -1 (suggests: +2 -1)
- test: +1 (recommends: ↑2)
1.000001 2014-03-04T14:17:26Z
[Bugfix]
- Fixed test failure on Perls that don't like unsetting %INC
[Dependencies::Aggregate]
- 5.008 : 47 → 47
- 5.010 : 37 → 37
- 5.019 : 20 → 20
1.000000 2014-02-28T15:00:49Z
[00 MAJOR CHANGES]
- add 'strict' mode
- defer dev path and determination to calltime
- switch to float versions.
- start warning about Path::Class usage
- stop depending on Path::Class
- stop using Path::Class
- use EUMM for tooling.
- Seriously, read SIGNIFICANT CHANGES for details.
[Dependencies::Aggregate]
- 5.008 : 47 deps
- 5.010 : 37 deps
- 5.019 : 20 deps
[Dependencies::Stats]
- Dependencies changed since 0.5.2, see misc/*.deps* for details
- build: -1
- configure: +1 -1 (recommends: +1)
- develop: +42 ↑1 -2 (recommends: -1, suggests: +1 -1)
- runtime: +1 ↑1 -2
- test: +4 ↓1 -3 (recommends: +4)
0.5.2 2013-09-25T20:04:10Z
[Bugfix]
- Use a Test::Compile not known to break on Win32
[Dependencies::Stats]
- Dependencies changed since 0.5.1, see misc/*.deps* for details
- test: +1
0.5.1 2013-09-16T07:34:01Z
[!Minor]
- No serious changes, just 0.5.0 without -TRIAL
- and a few test changes and relevant dep changes.
[Dependencies::Stats]
- Dependencies changed since 0.5.0, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: +1 (suggests: ↑1)
- test: +2 -2
0.5.0 2013-07-06T18:11:52Z
[00 MAJOR CHANGES]
- Entire Heuristics system replaced with Path::IsDev/Path::FindDev
- Internals re-written to use Path::Tiny
- Please read SIGNIFICANT CHANGES section on ::ProjectDistDir for details
[Dependencies::Stats]
- Dependencies changed since 0.4.4, see misc/*.deps* for details
- develop: (suggests: ↑1)
- runtime: +4
- test: +1
0.4.4 2013-06-05T17:11:18Z
[00 Noteable Changes]
- Edge Case logic that was added in 0.4.2 removed.
- Test for edgecase that was added in 0.4.3 removed.
[Documentation]
- Basic MetaPOD information added.
0.4.3 2013-05-23T18:29:12Z
[00 Noteable Changes]
- added basic debugging of the dev/prod determination logic, controlled by FILE_SHAREDIR_PROJECTDISTDIR_DEBUG=1
[Tests]
- added test case for Imagemagick
0.4.2 2013-05-23T17:11:31Z
[Bug Fixes]
- workaround for a user-installation that created a 'share' dir as a sibling of a 'lib' dir, which falsely lead us to
believe the 'lib' dir was a "development lib dir", caused by a user installing ImageMagic wrongly.
- This is only really a temporary solution, in lieu of better debugging diagnostics.
[Dependencies::Stats]
- Dependencies changed since 0.4.1, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: +1 (suggests: ↑1)
[Packaging]
- use MB 0.4004 test_requires
0.4.1 2013-02-13T23:17:46Z
- No significant changes from 0.4.0, but non-trial
[Dependencies::Stats]
- Dependencies changed since 0.4.0, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: +5 (suggests: ↑1)
[Documentation]
- update copyright year
[Meta]
- bugtracker moved to github issues
0.4.0 2012-07-28T21:54:15Z
[Dependencies::Stats]
- Dependencies changed since 0.3.2, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: (suggests: ↑1)
- test: ↑1
[Features]
- now can specify 'pathclass => 1' in various places and get Path::Class objects.
0.3.2 2012-05-07T17:07:54Z
[Bugs]
- github#2 There was a bug on some platforms where Path::Class::Dir->new('/')->parent->dir_list() returned a 2-item
list instead of a one-item list which was our loop termination criteria. This became an infinite death loop on all
platforms that have a "volume" ( mac, win ). Has been resolved by performing a check to see if the path is the OS
Specific path that represents a "root" from File::Spec->rootdir. Feedback on if this works or not requested, and if
this still is a problem, I'll use $dir->parent eq $dir being the loop terminator.
[Dependencies::Stats]
- Dependencies changed since 0.3.1, see misc/*.deps* for details
- develop: (recommends: ↑1, suggests: ↑1)
0.3.1 2012-03-07T03:57:06Z
[00 Summary]
- Dropping 5.10.0 dependency back to 5.006 due to github#1. Apparently there is a sustainable way to use decimal
versions in <=5.10.0 reliably via 'use version', so this is somewhat experimental consideration of that fact.
[Dependencies::Stats]
- Dependencies changed since 0.3.0, see misc/*.deps* for details
- runtime: ↓1
0.3.0 2012-03-05T05:27:43Z
[00 Noteworthy Changes]
- New 'distname' parameter
- greatly enhanced documentation
- supports 'projectdir' on a per-export level.
[Dependencies::Stats]
- Dependencies changed since 0.2.0, see misc/*.deps* for details
- develop: (suggests: ↑1)
- runtime: +1
[Documentation]
- verbosely detailed the workings of the import method and its helper methods.
[Features]
- new experimental support for a 'distname' parameter.
- per export support for 'projectdir' allowing >1 dist_dir method to be exported.
[Packaging]
- Update LICENSE ( Year, Indentation )
[Tests::New]
- release/minimum-version.t
- t/06_distname.t
0.2.0 2011-10-15T02:08:29Z
[Dependencies::Stats]
- Dependencies changed since 0.1.1, see misc/*.deps* for details
- runtime: +2
- test: -1
[Features]
- Custom Project Dir:
- Can now support passing a directory other than 'share' to use in your project.
- eg: use File::ShareDir::ProjectDistDir qw( :all ), projectdir => 'templates';
- Thank Getty/Torsten Raudssus for requesting this feature.
[Internals]
- $VERSION is no longer set during BEGIN ( Dist::Zilla )
[Packaging]
- Re-generated License from more recent template ( minor indentation changes, change of address )
- AuthorTests/ReleaseTests no longer stored in t/, no longer do ENV{} based mangling, no longer spams you during
install, and are now only even notable during `dzil release` and `dzil xtest`. ( See
Dist::Zilla::Plugin::CheckExtraTests> for details.
- All github URL's now point to https:// paths.
- Now uses Authority plugin to create $AUTHORITY headings and x_authority = cpan:KENTNL
[Tests]
- New test that tests new syntax for using a custom sharedir name.
0.1.1 2011-04-08T01:29:46Z
- No major changes, this is just a non-trial release, as at least one other person has now tested it and said it
works.
0.1.0 2011-04-08T00:51:39Z
- First version.
- Early development release.
- Thank Getty/Torsen Raudssus for requesting this modules development.
|