Skip to content

Commit

Permalink
- switched to Dist::Zilla for distribution management
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolay committed Jun 14, 2010
1 parent 4f4125a commit 9d7ed56
Show file tree
Hide file tree
Showing 9 changed files with 81 additions and 223 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -8,4 +8,5 @@ Makefile.PL
/doc/*
/inc/*
/META.json
/JooseX.Class.Singleton-*.tar.gz
/JooseX.Class.Singleton-*.tar.gz
/JooseX-Class-Singleton-*
14 changes: 0 additions & 14 deletions Build.PL

This file was deleted.

4 changes: 4 additions & 0 deletions Changes
@@ -1,3 +1,7 @@
{{$NEXT}}

- switched to Dist::Zilla::Plugin::JSAN for distribution management

0.02 Wednesday, June 02, 2010

[ENHANCEMENTS]
Expand Down
116 changes: 0 additions & 116 deletions INSTALL

This file was deleted.

18 changes: 0 additions & 18 deletions MANIFEST

This file was deleted.

57 changes: 0 additions & 57 deletions MANIFEST.SKIP

This file was deleted.

4 changes: 4 additions & 0 deletions README.md
@@ -1,3 +1,5 @@


Name
====

Expand Down Expand Up @@ -162,3 +164,5 @@ Redistribution and use in source and binary forms, with or without modification,
* Neither the name of Nickolay Platonov nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


17 changes: 0 additions & 17 deletions TODO

This file was deleted.

71 changes: 71 additions & 0 deletions dist.ini
@@ -0,0 +1,71 @@
name = JooseX-Class-Singleton
abstract = A trait, turning your class into singleton

author = Nickolay Platonov <nplatonov@cpan.org>
license = LGPL_3_0
copyright_holder = Nickolay Platonov <nplatonov@cpan.org>


; version provider
[BumpVersionFromGit]
first_version = 0.03


; choose/generate files to include

[GatherDir]
[PruneCruft]
[ManifestSkip]
[License]

; build system

[ExecDir]
[ShareDir]


; JSAN-specific configuration
[JSAN] ; includes META.JSON generation
docs_markup = mmd ; default
static_dir = static ; default

[JSAN::ReadmeFromMD] ; should be after docs generation
[JSAN::Bundle] ; after docs generation to avoid docs for bundles

; manifest (after all generated files)
[Manifest]


; before release

[Git::Check]
[CheckChangesHasContent]

; [TestRelease] todo
[ConfirmRelease]

; releaser
[JSAN::Upload] ; just a no-op for now

; after release
[Git::Commit / Commit_Dirty_Files]

[Git::Tag]

[NextRelease]
format = %-9v %{yyyy-MM-dd HH:mm}d

[Git::Commit / Commit_Changes]

[Git::Push]
push_to = origin

[Twitter]
tweet_url = http://openjsan.org/go/?l={{ my $dist = $DIST; $dist =~ s/-/./g; $dist; }}
tweet = Released {{$DIST}}-{{$VERSION}} {{$URL}}
hash_tags = #jsan

; prerequisites

[JSAN::Prereq]
Joose = 3.008

0 comments on commit 9d7ed56

Please sign in to comment.