Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a3457f3a809bb1fe5e1b59d6337f3c332b65bcd4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a3457f3a809bb1fe5e1b59d6337f3c332b65bcd4)
  • Date: Sat, 6 Jan 2018 00:12:58 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
perl-cpan/perl-class-inspector/BUILD | 1 +
perl-cpan/perl-class-inspector/DEPENDS | 1 +
perl-cpan/perl-class-inspector/DETAILS | 18 ++++++++++++++++++
perl-cpan/perl-class-inspector/HISTORY | 2 ++
perl-cpan/perl-file-sharedir/DEPENDS | 3 ++-
perl-cpan/perl-file-sharedir/HISTORY | 3 +--
7 files changed, 29 insertions(+), 3 deletions(-)

New commits:
commit a3457f3a809bb1fe5e1b59d6337f3c332b65bcd4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

perl-file-sharedir: Add dependency on Class::Inspector

commit 5c167dc191e91f70873d84305b9d0515c9079198
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

perl-class-inspector: new spell, Class::Inspector - Get information about
a class and its structure

diff --git a/ChangeLog b/ChangeLog
index a4eb4b4..31d4999 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-06 Ismael Luceno <ismael AT sourcemage.org>
+ * perl-cpan/perl-class-inspector: new spell, Class::Inspector -
+ Get information about a class and its structure
+
2018-01-05 Ismael Luceno <ismael AT sourcemage.org>
* perl-cpan/perl-canary-stability: new spell, canary to check perl
compatibility for schmorp's modules
diff --git a/perl-cpan/perl-class-inspector/BUILD
b/perl-cpan/perl-class-inspector/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/perl-class-inspector/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/perl-class-inspector/DEPENDS
b/perl-cpan/perl-class-inspector/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/perl-class-inspector/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/perl-class-inspector/DETAILS
b/perl-cpan/perl-class-inspector/DETAILS
new file mode 100755
index 0000000..409f31b
--- /dev/null
+++ b/perl-cpan/perl-class-inspector/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=perl-class-inspector
+ VERSION=1.32
+ SOURCE="Class-Inspector-$VERSION.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/P/PL/PLICEASE/$SOURCE
+
SOURCE_HASH=sha512:980654614d968e2fb61df864322f5c5248e352f0697a425539600c3549505f47b857d7856bc9d406ebc8757f8fc379a669f1f5085412f6fa48672c9db8a82df4
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/Class-Inspector-$VERSION"
+ WEB_SITE="http://search.cpan.org/~plicease/Class-Inspector/";
+ LICENSE[0]="ART"
+ ENTERED=20180105
+ KEYWORDS=""
+ SHORT="Class::Inspector - Get information about a class and its
structure"
+cat << EOF
+Class::Inspector allows you to get information about a loaded class. Most or
+all of this information can be found in other ways, but they aren't always
+very friendly, and usually involve a relatively high level of Perl wizardry,
+or strange and unusual looking code. Class::Inspector attempts to provide
+an easier, more friendly interface to this information.
+EOF
diff --git a/perl-cpan/perl-class-inspector/HISTORY
b/perl-cpan/perl-class-inspector/HISTORY
new file mode 100644
index 0000000..55c0a06
--- /dev/null
+++ b/perl-cpan/perl-class-inspector/HISTORY
@@ -0,0 +1,2 @@
+2018-01-05 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
diff --git a/perl-cpan/perl-file-sharedir/DEPENDS
b/perl-cpan/perl-file-sharedir/DEPENDS
index 6826bc7..1b0e45d 100755
--- a/perl-cpan/perl-file-sharedir/DEPENDS
+++ b/perl-cpan/perl-file-sharedir/DEPENDS
@@ -1 +1,2 @@
-depends perl
+depends perl &&
+runtime_depends perl-class-inspector
diff --git a/perl-cpan/perl-file-sharedir/HISTORY
b/perl-cpan/perl-file-sharedir/HISTORY
index f9ede24..22bfc9f 100644
--- a/perl-cpan/perl-file-sharedir/HISTORY
+++ b/perl-cpan/perl-file-sharedir/HISTORY
@@ -1,5 +1,4 @@
2018-01-05 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Added dependency on Class::Inspector
* DETAILS: Fix WEB_SITE
-
-2018-01-05 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a3457f3a809bb1fe5e1b59d6337f3c332b65bcd4), Ismael Luceno, 01/05/2018

Archive powered by MHonArc 2.6.24.

Top of Page